mirror of
https://github.com/munki/munki.git
synced 2026-05-05 11:59:18 -05:00
Bump Python version to 3.9.2
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
TOOLSDIR=$(dirname "$0")
|
||||
REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt"
|
||||
PYTHON_VERSION=3.9.1
|
||||
PYTHON_VERSION=3.9.2
|
||||
PYTHON_PRERELEASE_VERSION=
|
||||
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg"
|
||||
MACOS_VERSION=11.0
|
||||
MACOS_VERSION=11
|
||||
CODEDIR=$(dirname "${TOOLSDIR}")
|
||||
MUNKIROOT=$(dirname "${CODEDIR}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user