Skip to content

Commit 90189d0

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

1 file changed

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)