Skip to content

Commit aca1905

Browse files
committed
Allow Python 3.13 for sage-setup
1 parent 023415a commit aca1905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/sage-setup/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Scientific/Engineering :: Mathematics",
2424
]
2525
urls = {Homepage = "https://www.sagemath.org"}
26-
requires-python = ">=3.9, <3.13"
26+
requires-python = ">=3.9, <3.14"
2727
dependencies = []
2828
dynamic = ["version"]
2929

0 commit comments

Comments
 (0)