We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56df04e commit 19097dbCopy full SHA for 19097db
build/pkgs/python3/spkg-configure.m4
@@ -1,8 +1,8 @@
1
SAGE_SPKG_CONFIGURE([python3], [
2
m4_pushdef([MIN_VERSION], [3.9.0])
3
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])
+ m4_pushdef([LT_STABLE_VERSION], [3.13.0])
+ m4_pushdef([LT_VERSION], [3.13.0])
6
AC_ARG_WITH([python],
7
[AS_HELP_STRING([--with-python=PYTHON3],
8
[Python 3 executable to use for the Sage venv; default: python3])])
0 commit comments