From d39cb523b2ab50da6f367cd2f809447672fe42a0 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Wed, 5 Oct 2022 16:46:05 -0700 Subject: [PATCH] Revert to Python 3.9.13 since there is no macOS package download for 3.9.14. --- code/tools/build_python_framework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/tools/build_python_framework.sh b/code/tools/build_python_framework.sh index 6fd9f41b..2ad88160 100755 --- a/code/tools/build_python_framework.sh +++ b/code/tools/build_python_framework.sh @@ -4,7 +4,7 @@ TOOLSDIR=$(dirname "$0") REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt" -PYTHON_VERSION=3.9.14 +PYTHON_VERSION=3.9.13 PYTHON_PRERELEASE_VERSION= PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg" MACOS_VERSION=11