We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd7154 + 9d54def commit 42381beCopy full SHA for 42381be
build/bin/sage-bootstrap-python
@@ -53,7 +53,7 @@ if [ "$LC_ALL" = "C" -o "$LANG" = "C" -o "$LC_CTYPE" = "C" ]; then
53
export LANG
54
fi
55
56
-PYTHONS="python python3 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
+PYTHONS="python python3 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python2.7 python3.6 python2"
57
# Trac #32405: Prefer a Python that provides ssl with SNI, which allows developers
58
# to download from upstream URLs (configure --enable-download-from-upstream-url),
59
# in particular from PyPI, which requires SNI.
0 commit comments