Skip to content

Commit cbbc37e

Browse files
author
Release Manager
committed
sagemathgh-39381: Allow system python 3.13 Fixes archlinux CI URL: sagemath#39381 Reported by: Antonio Rojas Reviewer(s): Dima Pasechnik
2 parents 2f890e7 + aca1905 commit cbbc37e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/pkgs/python3/spkg-configure.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SAGE_SPKG_CONFIGURE([python3], [
22
m4_pushdef([MIN_VERSION], [3.9.0])
33
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.9.0])
4-
m4_pushdef([LT_STABLE_VERSION], [3.13.0])
5-
m4_pushdef([LT_VERSION], [3.13.0])
4+
m4_pushdef([LT_STABLE_VERSION], [3.14.0])
5+
m4_pushdef([LT_VERSION], [3.14.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])])

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)