build: bump python versions in binaries
This commit is contained in:
@@ -4,7 +4,7 @@ PYINSTALLER_REPO="https://github.com/pyinstaller/pyinstaller.git"
|
||||
PYINSTALLER_COMMIT="5d7a0449ecea400eccbbb30d5fcef27d72f8f75d"
|
||||
# ^ tag "v6.6.0"
|
||||
|
||||
PYTHON_VERSION=3.11.9
|
||||
PYTHON_VERSION=3.12.10
|
||||
|
||||
|
||||
# Let's begin!
|
||||
@@ -35,7 +35,7 @@ else
|
||||
fi
|
||||
PYTHON_DOWNLOADS="$CACHEDIR/python$PYTHON_VERSION"
|
||||
mkdir -p "$PYTHON_DOWNLOADS"
|
||||
for msifile in core dev exe lib pip tools; do
|
||||
for msifile in core dev exe lib pip; do
|
||||
echo "Installing $msifile..."
|
||||
download_if_not_exist "$PYTHON_DOWNLOADS/${msifile}.msi" "https://www.python.org/ftp/python/$PYTHON_VERSION/$PYARCH/${msifile}.msi"
|
||||
download_if_not_exist "$PYTHON_DOWNLOADS/${msifile}.msi.asc" "https://www.python.org/ftp/python/$PYTHON_VERSION/$PYARCH/${msifile}.msi.asc"
|
||||
|
||||
Reference in New Issue
Block a user