Skip to content

Commit

Permalink
build/pkgs/python3/spkg-configure.m4: Declare support of Python 3.12.…
Browse files Browse the repository at this point in the history
…x stable
  • Loading branch information
mkoeppe committed May 25, 2024
1 parent 9468b85 commit e077067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/python3/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SAGE_SPKG_CONFIGURE([python3], [
m4_pushdef([MIN_VERSION], [3.9.0])
m4_pushdef([MIN_NONDEPRECATED_VERSION], [3.9.0])
m4_pushdef([LT_STABLE_VERSION], [3.12.0])
m4_pushdef([LT_STABLE_VERSION], [3.13.0])
m4_pushdef([LT_VERSION], [3.13.0])
AC_ARG_WITH([python],
[AS_HELP_STRING([--with-python=PYTHON3],
Expand Down

0 comments on commit e077067

Please sign in to comment.