File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
build_scripts/windows/scripts Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -661,7 +661,7 @@ jobs:
661661 set -ev
662662 # Force relink [email protected] in Homebrew to resolve the conflict with pre-installed python 3.xx on macOS-12 image 663663 # See: https://github.com/Azure/azure-cli/issues/29054
664- python_version=3.12
664+ python_version=3.13
665665 brew unlink python@$python_version && brew link --overwrite python@$python_version
666666
667667 echo == Remove pre-installed azure-cli ==
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.12.10
33+ set PYTHON_VERSION = 3.13.6
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.12.10 "
18+ PYTHON_VERSION=" 3.13.6 "
1919SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
2020
2121# Update APT packages
Original file line number Diff line number Diff line change 1919CLI_VERSION = os .environ ['CLI_VERSION' ]
2020HOMEBREW_UPSTREAM_URL = os .environ ['HOMEBREW_UPSTREAM_URL' ]
2121HOMEBREW_FORMULAR_LATEST = "https://raw.githubusercontent.com/Homebrew/homebrew-core/master/Formula/a/azure-cli.rb"
22- PYTHON_VERSION = '3.12 '
22+ PYTHON_VERSION = '3.13 '
2323
2424
2525def main ():
You can’t perform that action at this time.
0 commit comments