Skip to content

Commit

Permalink
Changing all pyproject requires-python to 3.10
Browse files Browse the repository at this point in the history
We have some libraries like `TypeAlias` that require Python 3.10, as flagged by #1143

We're just going to be consistent for all extensions (even the ones that don't use the 3.10 libraries).

I'm also going to re-publish and build the libraries (and includes this in the release notes!)
  • Loading branch information
Rossdan Craig [email protected] committed Feb 6, 2024
1 parent 6751fa4 commit 6533b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [
]
description = "Python library for LastMile AI API"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6533b2d

Please sign in to comment.