Skip to content

Commit

Permalink
Update Python version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
vuilleumierc committed Nov 5, 2024
1 parent 2d86edd commit fd26ce7
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 4 deletions.
35 changes: 32 additions & 3 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 @@ -8,7 +8,7 @@ readme = "README.md"
packages = [{ include = "geoservercloud" }]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
python = ">=3.10,<4.0"
requests = "2.32.3"
OWSLib = "0.31.0"
xmltodict = "0.13.0"
Expand Down

0 comments on commit fd26ce7

Please sign in to comment.