Skip to content

Commit b16db97

Browse files
committed
Init
1 parent b345fa3 commit b16db97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 ==

build_scripts/windows/scripts/build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

3535
set WIX_DOWNLOAD_URL="https://azurecliprod.blob.core.windows.net/msi/wix310-binaries-mirror.zip"
3636
set PYTHON_DOWNLOAD_URL="https://www.python.org/ftp/python/%PYTHON_VERSION%/python-%PYTHON_VERSION%-embed-%PYTHON_ARCH%.zip"

scripts/release/debian/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -exv
1515
ls -Rl /mnt/artifacts
1616

1717
WORKDIR=`cd $(dirname $0); cd ../../../; pwd`
18-
PYTHON_VERSION="3.12.10"
18+
PYTHON_VERSION="3.13.6"
1919
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2020

2121
# Update APT packages

scripts/release/homebrew/docker/formula_generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CLI_VERSION = os.environ['CLI_VERSION']
2020
HOMEBREW_UPSTREAM_URL = os.environ['HOMEBREW_UPSTREAM_URL']
2121
HOMEBREW_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

2525
def main():

0 commit comments

Comments
 (0)