Skip to content

Commit 35438b0

Browse files
committed
build: bump python to 3.13.9
Signed-off-by: James Calligeros <[email protected]>
1 parent 09272f5 commit 35438b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
cd "$(dirname "$0")"
77

8-
PYTHON_VER=3.9.6
8+
PYTHON_VER=3.13.9
99
PYTHON_PKG=python-$PYTHON_VER-macos11.pkg
1010
PYTHON_URI="https://www.python.org/ftp/python/$PYTHON_VER/$PYTHON_PKG"
1111

src/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export LANG=en_US.UTF-8
1212

1313
export DYLD_LIBRARY_PATH=$PWD/Frameworks/Python.framework/Versions/Current/lib
1414
export DYLD_FRAMEWORK_PATH=$PWD/Frameworks
15-
python=Frameworks/Python.framework/Versions/3.9/bin/python3.9
15+
python=Frameworks/Python.framework/Versions/3.13/bin/python3.13
1616
export SSL_CERT_FILE=$PWD/Frameworks/Python.framework/Versions/Current/etc/openssl/cert.pem
1717
# Bootstrap does part of this, but install.sh can be run standalone
1818
# so do it again for good measure.

0 commit comments

Comments
 (0)