File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build_scripts/windows/scripts Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if "%ARCH%"=="x86" (
3030 echo Please set ARCH to " x86" or " x64"
3131 goto ERROR
3232)
33- set PYTHON_VERSION = 3.13.7
33+ set PYTHON_VERSION = 3.13.9
3434
3535set WIX_DOWNLOAD_URL = " https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip"
3636set PYTHON_DOWNLOAD_URL = " https://www.python.org/ftp/python/%PYTHON_VERSION% /python-%PYTHON_VERSION% -embed-%PYTHON_ARCH% .zip"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set -exv
1515ls -Rl /mnt/artifacts
1616
1717WORKDIR=` cd $( dirname $0 ) ; cd ../../../; pwd`
18- PYTHON_VERSION=" 3.13.7 "
18+ PYTHON_VERSION=" 3.13.9 "
1919SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2020
2121# Update APT packages
You can’t perform that action at this time.
0 commit comments