Skip to content

Commit

Permalink
Merge pull request #398 from camptocamp/backport/396-to-2.3
Browse files Browse the repository at this point in the history
[Backport 2.3] Add support of Python 3.12
  • Loading branch information
sbrunner authored Jun 4, 2024
2 parents 03920bc + 71f851c commit e7ff5b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 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 @@ -48,7 +48,7 @@ main = "c2cgeoform:main"
c2cgeoform = "c2cgeoform.scaffolds:C2cgeoformTemplate"

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
python = ">=3.9,<3.13"
babel = "2.15.0"
colanderalchemy = "0.3.4"
deform = "2.0.15"
Expand Down

0 comments on commit e7ff5b5

Please sign in to comment.