Skip to content

Commit 48ec518

Browse files
authored
bump python to at least 3.11 in spkg-configure.m4
this for missing on sagemath#39251
1 parent 9cd86e9 commit 48ec518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/pkgs/python3/spkg-configure.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SAGE_SPKG_CONFIGURE([python3], [
2-
m4_pushdef([MIN_VERSION], [3.9.0])
3-
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.9.0])
2+
m4_pushdef([MIN_VERSION], [3.11.0])
3+
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.11.0])
44
m4_pushdef([LT_STABLE_VERSION], [3.14.0])
55
m4_pushdef([LT_VERSION], [3.14.0])
66
AC_ARG_WITH([python],

0 commit comments

Comments
 (0)