Skip to content

Commit 19097db

Browse files
committed
Revert "Allow system python 3.13"
This reverts commit 1eb72a0.
1 parent 56df04e commit 19097db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.14.0])
5-
m4_pushdef([LT_VERSION], [3.14.0])
4+
m4_pushdef([LT_STABLE_VERSION], [3.13.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])])

0 commit comments

Comments
 (0)