We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a3419 commit ae8574cCopy full SHA for ae8574c
pkgs/sage-conf/pyproject.toml.m4
@@ -24,11 +24,12 @@ classifiers = [
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
26
"Programming Language :: Python :: 3.11",
27
+ "Programming Language :: Python :: 3.12",
28
"Programming Language :: Python :: Implementation :: CPython",
29
"Topic :: Scientific/Engineering :: Mathematics",
30
]
31
urls = {Homepage = "https://www.sagemath.org"}
-requires-python = ">=3.9, <3.12"
32
+requires-python = ">=3.9, <3.13"
33
dynamic = ["version"]
34
35
[project.scripts]
0 commit comments