Move Python version to 3.10.10 to avoid a nasty upstream bug in 3.11.x

This commit is contained in:
Greg Neagle
2023-03-21 09:06:26 -07:00
parent 6b0bd81b6f
commit e5eda229ae

View File

@@ -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