Skip to content

Commit

Permalink
Update Python to >=3.12, <3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent f6e73e7 commit ed686ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 42 deletions.
44 changes: 3 additions & 41 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 @@ -6,7 +6,7 @@ authors = ["VSHN AG <info@vshn.ch>"]
license = "BSD-3-Clause"

[tool.poetry.dependencies]
python = ">=3.9, <3.12"
python = ">=3.12, <3.13"
cookiecutter = "2.5.0"
PyYAML = "6.0.1"
PyGithub = "2.1.1"
Expand Down

0 comments on commit ed686ba

Please sign in to comment.