From e5eda229ae4cbf5097ff24c63cda646122959087 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Tue, 21 Mar 2023 09:06:26 -0700 Subject: [PATCH] Move Python version to 3.10.10 to avoid a nasty upstream bug in 3.11.x --- code/tools/build_python_framework.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/tools/build_python_framework.sh b/code/tools/build_python_framework.sh index 87f21080..e56d09bc 100755 --- a/code/tools/build_python_framework.sh +++ b/code/tools/build_python_framework.sh @@ -4,8 +4,8 @@ TOOLSDIR=$(dirname "$0") REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt" -PYTHON_FRAMEWORK_VERSION=3.11 -PYTHON_VERSION=3.11.2 +PYTHON_FRAMEWORK_VERSION=3.10 +PYTHON_VERSION=3.10.10 PYTHON_PRERELEASE_VERSION= PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg" MACOS_VERSION=11