Skip to content

Commit

Permalink
Update Python to >=3.13,<3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 17f758b commit a60366d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
34 changes: 2 additions & 32 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 @@ -35,7 +35,7 @@ readme = "README.md"
PEO = "pyeo.main:Plugin"

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.13,<3.14"
flake8 = "^7.1"
flake8-final = "*"
flake8-override = "*"
Expand Down

0 comments on commit a60366d

Please sign in to comment.