Skip to content

Commit a00344a

Browse files
Update Python to >=3.12,<3.13
1 parent 03f95bf commit a00344a

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.12,<3.13"
2727

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

0 commit comments

Comments
 (0)