1
0

build: bump python versions in binaries

This commit is contained in:
SomberNight
2025-05-30 16:22:26 +00:00
parent 37ca5f7eff
commit bf0ad20c60
5 changed files with 12 additions and 12 deletions

View File

@@ -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"