[Packaging] Bump embedded Python to 3.13.7#31928
Conversation
️✔️AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
|
Thank you for your contribution! We will review the pull request and get back to you soon. |
|
The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR. Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions). pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>
|
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the embedded Python version from 3.12.x to 3.13.6 across the Azure CLI build and packaging infrastructure.
- Updates Python version references in build scripts for Windows, Debian, and Homebrew packaging
- Upgrades from Python 3.12.10 to 3.13.6 in Windows and Debian builds
- Updates from Python 3.12 to 3.13 in Homebrew formula generation and Azure Pipelines
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| scripts/release/homebrew/docker/formula_generate.py | Updates PYTHON_VERSION from '3.12' to '3.13' for Homebrew formula generation |
| scripts/release/debian/build.sh | Updates PYTHON_VERSION from "3.12.10" to "3.13.6" for Debian package builds |
| build_scripts/windows/scripts/build.cmd | Updates PYTHON_VERSION from 3.12.10 to 3.13.6 for Windows MSI builds |
| azure-pipelines.yml | Updates python_version from 3.12 to 3.13 in Azure Pipelines configuration |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Description
Bump embedded Python to 3.13.7
close #29640
History Notes
[Packaging] Bump embedded Python to 3.13.7
[Core] Resolve CVE-2025-4517