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.
1 parent 09272f5 commit 35438b0Copy full SHA for 35438b0
2 files changed
build.sh
@@ -5,7 +5,7 @@ set -e
5
6
cd "$(dirname "$0")"
7
8
-PYTHON_VER=3.9.6
+PYTHON_VER=3.13.9
9
PYTHON_PKG=python-$PYTHON_VER-macos11.pkg
10
PYTHON_URI="https://www.python.org/ftp/python/$PYTHON_VER/$PYTHON_PKG"
11
src/install.sh
@@ -12,7 +12,7 @@ export LANG=en_US.UTF-8
12
13
export DYLD_LIBRARY_PATH=$PWD/Frameworks/Python.framework/Versions/Current/lib
14
export DYLD_FRAMEWORK_PATH=$PWD/Frameworks
15
-python=Frameworks/Python.framework/Versions/3.9/bin/python3.9
+python=Frameworks/Python.framework/Versions/3.13/bin/python3.13
16
export SSL_CERT_FILE=$PWD/Frameworks/Python.framework/Versions/Current/etc/openssl/cert.pem
17
# Bootstrap does part of this, but install.sh can be run standalone
18
# so do it again for good measure.
0 commit comments