Skip to content

Commit

Permalink
Fix minimal Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Oct 2, 2024
1 parent 6030d25 commit 12de1d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsonschema-gentypes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pre_commit:
arguments:
- --color=never

python_version: '3.10'

generate:
- source: tilecloud_chain/schema.json
destination: tilecloud_chain/configuration.py
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ tilecloud_chain = "tilecloud_chain.scaffolds:Create"
main = "tilecloud_chain.server:main"

[tool.poetry.dependencies]
# Minimal version should also be set in the jsonschema-gentypes.yaml file
python = ">=3.10,<3.12"
c2cwsgiutils = { version = "6.0.8", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
Expand Down

0 comments on commit 12de1d8

Please sign in to comment.