Skip to content

Commit ae8574c

Browse files
author
Matthias Koeppe
committed
pkgs/sage-conf/pyproject.toml.m4: Allow Python 3.12
1 parent 50a3419 commit ae8574c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkgs/sage-conf/pyproject.toml.m4

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ classifiers = [
2424
"Programming Language :: Python :: 3.9",
2525
"Programming Language :: Python :: 3.10",
2626
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2728
"Programming Language :: Python :: Implementation :: CPython",
2829
"Topic :: Scientific/Engineering :: Mathematics",
2930
]
3031
urls = {Homepage = "https://www.sagemath.org"}
31-
requires-python = ">=3.9, <3.12"
32+
requires-python = ">=3.9, <3.13"
3233
dynamic = ["version"]
3334

3435
[project.scripts]

0 commit comments

Comments
 (0)