{Packaging} Support Python 3.14 in CI, packaging, and metadata#33313
Draft
YangAn-microsoft wants to merge 1 commit intoAzure:devfrom
Draft
{Packaging} Support Python 3.14 in CI, packaging, and metadata#33313YangAn-microsoft wants to merge 1 commit intoAzure:devfrom
YangAn-microsoft wants to merge 1 commit intoAzure:devfrom
Conversation
❌AzureCLI-FullTest
|
️✔️AzureCLI-BreakingChangeTest
|
Collaborator
|
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>
|
156a446 to
986de78
Compare
986de78 to
dac4c3c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bumps Azure CLI's officially supported Python version from 3.13 to 3.14 across all CI pipelines, packaging scripts, package metadata, and documentation.
CI pipelines (
azure-pipelines.yml,azure-pipelines-full-tests.yml,breaking-change-tests.yml,regression_test.yml):versionSpecfrom3.13→3.14in all primary jobs (CheckStyle, BreakingChangeTest, RegressionTest, dependency-check, etc.)Python314: python.version: '3.14'matrix entry to multi-version test jobs (alongside 3.12 and 3.13)AutomationFullTestPython314ProfileLatestjob to the full-test pipelineWindows packaging (
build_scripts/windows/scripts/build.cmd):3.13.13→3.14.4Debian packaging (
scripts/release/debian/build.sh):PYTHON_VERSIONfrom3.13.13→3.14.4macOS packaging (
macos-standalone-release.yml,macos-build-jobs.yml,macos-cask-generation-and-tests.yml,macos-publish-jobs.yml,macos-sign-notarize-jobs.yml,formula_generate.py,build_binary_tar_gz.py,cask_generate.py):PythonVersiondefaults andPYTHON_VERSION/PYTHON_MAJOR_MINORconstants from3.13→3.14Package metadata (
src/azure-cli/setup.py,src/azure-cli-core/setup.py,src/azure-cli-telemetry/setup.py,src/azure-cli-testsdk/setup.py):Programming Language :: Python :: 3.14PyPI classifierDocumentation (
doc/command_guidelines.md,doc/extensions/authoring.md,doc/install_linux_prerequisites.md,scripts/ci/test_extensions.sh):3.10 ~ 3.13to3.10 ~ 3.14Testing Guide
Run the CI pipeline on this PR and verify Python 3.14 jobs pass.
History Notes
No customer-facing changes. Internal CI, packaging, and compatibility only.