Skip to content

Commit 42381be

Browse files
author
Release Manager
committed
Trac #34937: sage-bootstrap-python should accept python3.11
at the moment it does not URL: https://trac.sagemath.org/34937 Reported by: dimpase Ticket author(s): Matthias Koeppe Reviewer(s): Dima Pasechnik
2 parents 3bd7154 + 9d54def commit 42381be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/sage-bootstrap-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ "$LC_ALL" = "C" -o "$LANG" = "C" -o "$LC_CTYPE" = "C" ]; then
5353
export LANG
5454
fi
5555

56-
PYTHONS="python python3 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
56+
PYTHONS="python python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
5757
# Trac #32405: Prefer a Python that provides ssl with SNI, which allows developers
5858
# to download from upstream URLs (configure --enable-download-from-upstream-url),
5959
# in particular from PyPI, which requires SNI.

0 commit comments

Comments
 (0)