Bump Python version to 3.11.2; PyObjC version to 9.0.1, etc

This commit is contained in:
Greg Neagle
2023-03-15 16:56:19 -07:00
parent b565a2baf2
commit 6b0bd81b6f
3 changed files with 15 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ if [ -f "/usr/local/munki/python" ]; then
fi
# sometimes old versions are left behind in the framework. remove them.
for OLDVERS in 3.7 3.8 ; do
for OLDVERS in 3.7 3.8 3.9 ; do
if [ -d "/usr/local/munki/Python.framework/Versions/${OLDVERS}" ]; then
/bin/rm -r "/usr/local/munki/Python.framework/Versions/${OLDVERS}"
fi