Skip to content

Commit 6bd92d8

Browse files
Update Python to >=3.13,<3.14
1 parent 03f95bf commit 6bd92d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages = [
2323
"Changelog" = "https://rfa_toolbox.readthedocs.io/changelog.html"
2424

2525
[tool.poetry.dependencies]
26-
python = ">=3.7,<3.11"
26+
python = ">=3.13,<3.14"
2727

2828
# Documentation Dependencies
2929
Sphinx = {version = "^4.0.0", optional = true}

0 commit comments

Comments
 (0)