Bump Python version to 3.10.4 and PyObjC to 8.2

This commit is contained in:
Greg Neagle
2022-04-06 09:41:45 -07:00
parent 747f6e2439
commit 2c614e972e
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
TOOLSDIR=$(dirname "$0")
REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt"
PYTHON_VERSION=3.9.7
PYTHON_VERSION=3.10.4
PYTHON_PRERELEASE_VERSION=
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg"
MACOS_VERSION=11
@@ -71,9 +71,9 @@ if [ "$LIB_COUNT" != "$UNIVERSAL_COUNT" ] ; then
fi
# test some more files in the framework
MORE_FILES="Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python
MORE_FILES="Python.framework/Versions/3.10/Resources/Python.app/Contents/MacOS/Python
Python.framework/Versions/Current/Python
Python.framework/Versions/Current/bin/python3.9"
Python.framework/Versions/Current/bin/python3.10"
for TESTFILE in $MORE_FILES ; do
ARCH_TEST=$(file "${MUNKIROOT}/$TESTFILE" | grep "2 architectures")