Update build_python_framework.sh to build from 3.9.1 release

This commit is contained in:
Greg Neagle
2020-12-08 10:01:51 -08:00
parent b7271af793
commit 72dc2a652f

View File

@@ -5,8 +5,8 @@
TOOLSDIR=$(dirname "$0")
REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt"
PYTHON_VERSION=3.9.1
PYTHON_PRERELEASE_VERSION=rc1
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macosx%s.pkg"
PYTHON_PRERELEASE_VERSION=
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg"
MACOS_VERSION=11.0
CODEDIR=$(dirname "${TOOLSDIR}")
MUNKIROOT=$(dirname "${CODEDIR}")