Skip to content

Commit

Permalink
Update Python minimal version
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 5, 2024
1 parent 309afd2 commit 2c6874f
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 56 deletions.
11 changes: 2 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
ci:
autoupdate_schedule: quarterly
skip:
- copyright
- poetry-check
- poetry-lock
- ripsecrets
- jsonschema-gentypes
- jsonschema2md
default_language_version:
python: python3.10

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10
92 changes: 47 additions & 45 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions 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.9,<3.11"
python = ">=3.9.2,<3.11"
c2cwsgiutils = { version = "6.0.9", extras = ["standard", "broadcast", "oauth2", "debug"] }
pyramid-mako = "1.1.0"
python-dateutil = "2.8.2"
Expand All @@ -69,7 +69,6 @@ azure-storage-blob = "12.18.3"
waitress = "3.0.2"
certifi = "2024.7.4"
cryptography = "44.0.0"
msal = "1.24.1"
pillow = "10.3.0"
urllib3 = "1.26.20"
idna = "3.7"
Expand Down

0 comments on commit 2c6874f

Please sign in to comment.