mirror of
https://github.com/munki/munki.git
synced 2026-01-05 14:10:00 -06:00
Update Python build script and packaging bits to support Python 3.12; update Python requirements
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
TOOLSDIR=$(dirname "$0")
|
||||
REQUIREMENTS="${TOOLSDIR}/py3_requirements.txt"
|
||||
PYTHON_FRAMEWORK_VERSION=3.10
|
||||
PYTHON_VERSION=3.10.11
|
||||
PYTHON_FRAMEWORK_VERSION=3.12
|
||||
PYTHON_VERSION=3.12.2
|
||||
PYTHON_PRERELEASE_VERSION=
|
||||
PYTHON_BASEURL="https://www.python.org/ftp/python/%s/python-%s${PYTHON_PRERELEASE_VERSION}-macos%s.pkg"
|
||||
MACOS_VERSION=11
|
||||
|
||||
Reference in New Issue
Block a user