File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11SAGE_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] ) ] )
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
2323 " Topic :: Scientific/Engineering :: Mathematics" ,
2424]
2525urls = {Homepage = " https://www.sagemath.org" }
26- requires-python = " >=3.9, <3.13 "
26+ requires-python = " >=3.9, <3.14 "
2727dependencies = []
2828dynamic = [" version" ]
2929
You can’t perform that action at this time.
0 commit comments