Skip to content

Commit 3364def

Browse files
committed
Allow python 3.12
1 parent 0e54d2c commit 3364def

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/pkgs/python3/spkg-configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SAGE_SPKG_CONFIGURE([python3], [
22
m4_pushdef([MIN_VERSION], [3.9.0])
33
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.9.0])
44
m4_pushdef([LT_STABLE_VERSION], [3.12.0])
5-
m4_pushdef([LT_VERSION], [3.12.0])
5+
m4_pushdef([LT_VERSION], [3.13.0])
66
AC_ARG_WITH([python],
77
[AS_HELP_STRING([--with-python=PYTHON3],
88
[Python 3 executable to use for the Sage venv; default: python3])])

m4/pyproject_toml_metadata.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ classifiers = [
1717
"Topic :: Scientific/Engineering :: Mathematics",
1818
]
1919
urls = {Homepage = "https://www.sagemath.org"}
20-
requires-python = ">=3.9, <3.12"
20+
requires-python = ">=3.9, <3.13"

pkgs/sage-setup/pyproject.toml

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

src/setup.cfg.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license_files = LICENSE.txt
99
include(`setup_cfg_metadata.m4')dnl'
1010

1111
[options]
12-
python_requires = >=3.9, <3.12
12+
python_requires = >=3.9, <3.13
1313
install_requires =
1414
SPKG_INSTALL_REQUIRES_sage_conf
1515
SPKG_INSTALL_REQUIRES_six

0 commit comments

Comments
 (0)