Skip to content

Commit

Permalink
Update used Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Sep 2, 2024
1 parent 951b983 commit 23d4b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -54,7 +54,7 @@ tilecloud_chain = "tilecloud_chain.scaffolds:Create"
main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
python = ">=3.10,<3.12"
python = ">=3.10,<3.13"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.9.0.post0"
Expand Down

0 comments on commit 23d4b31

Please sign in to comment.