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 03f95bf commit 6bd92d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages = [
"Changelog" = "https://rfa_toolbox.readthedocs.io/changelog.html"

[tool.poetry.dependencies]
python = ">=3.7,<3.11"
python = ">=3.13,<3.14"

# Documentation Dependencies
Sphinx = {version = "^4.0.0", optional = true}
Expand Down

0 comments on commit 6bd92d8

Please sign in to comment.