Skip to content

Commit

Permalink
sagemathgh-39381: Allow system python 3.13
Browse files Browse the repository at this point in the history
    
Fixes archlinux CI
    
URL: sagemath#39381
Reported by: Antonio Rojas
Reviewer(s): Dima Pasechnik
  • Loading branch information
Release Manager committed Feb 21, 2025
2 parents b57e337 + aca1905 commit e6975be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/python3/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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.13.0])
m4_pushdef([LT_VERSION], [3.13.0])
m4_pushdef([LT_STABLE_VERSION], [3.14.0])
m4_pushdef([LT_VERSION], [3.14.0])
AC_ARG_WITH([python],
[AS_HELP_STRING([--with-python=PYTHON3],
[Python 3 executable to use for the Sage venv; default: python3])])
Expand Down
2 changes: 1 addition & 1 deletion pkgs/sage-setup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Mathematics",
]
urls = {Homepage = "https://www.sagemath.org"}
requires-python = ">=3.9, <3.13"
requires-python = ">=3.9, <3.14"
dependencies = []
dynamic = ["version"]

Expand Down

0 comments on commit e6975be

Please sign in to comment.