Bump Python version to 3.9.7; bump PyObjC to 7.3

This commit is contained in:
Greg Neagle
2021-09-08 14:23:40 -07:00
parent 7ce36e1c3b
commit 87365bef62
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
TOOLSDIR=$(dirname "$0")
REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt"
PYTHON_VERSION=3.9.5
PYTHON_VERSION=3.9.7
PYTHON_PRERELEASE_VERSION=
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg"
MACOS_VERSION=11

View File

@@ -1,6 +1,6 @@
asn1crypto
cffi
pyobjc==7.1
pyobjc==7.3
six==1.15.0
xattr==0.9.7
--no-binary :all: