Skip to content

Commit

Permalink
Drop support for python 3.9 and 3.10 Add support for python 3.13 DGEO…
Browse files Browse the repository at this point in the history
…SUITE-482
  • Loading branch information
wfaustmann committed Dec 9, 2024
1 parent 3c82723 commit b28b8d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 119 deletions.
121 changes: 3 additions & 118 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.rst"
packages = [{ include = "geolib" }]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.11,<4.0"
pydantic = "^2.0.0"
zipp = "^3.15.0"
fastapi = { version = ">=0.95.1", optional = true }
Expand Down

0 comments on commit b28b8d2

Please sign in to comment.