Clean up remaining python 3.9 utilization#46581
Merged
scbedd merged 2 commits intoAzure:mainfrom Apr 29, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR continues the cleanup of CI matrix configurations by removing remaining Python 3.9 references across multiple SDKs, updating matrix entries and coverage job identifiers accordingly.
Changes:
- Remove Python 3.9 from various
platform-matrix.json/ emulator matrix configurations. - Rename matrix keys and test-agent identifiers that encoded
39to310, and move affected jobs to Python 3.10/3.11/3.12.
Show a summary per file
| File | Description |
|---|---|
| sdk/planetarycomputer/platform-matrix.json | Removes 3.10/3.9 entries and updates coverage job from 3.9 to 3.10. |
| sdk/keyvault/azure-keyvault-keys/platform-matrix.json | Updates a remaining Python 3.9 job to Python 3.10. |
| sdk/identity/platform-matrix.json | Renames MSAL injected test config from 3.9 to 3.10 and updates version. |
| sdk/evaluation/platform-matrix.json | Removes 3.9 from matrix and updates coverage job naming/version to 3.10. |
| sdk/cosmos/live-platform-matrix.json | Renames Cosmos live test configs from 3.9 to 3.10 and updates version. |
| sdk/cosmos/cosmos-emulator-public-matrix.json | Replaces 3.9/3.10 emulator job names with 3.10/3.11 equivalents. |
| sdk/cosmos/cosmos-emulator-internal-matrix.json | Replaces 3.9/3.10 emulator job names with 3.10/3.11 equivalents. |
| sdk/communication/azure-communication-phonenumbers/phonenumbers-livetest-matrix.json | Removes remaining 3.9 coverage job, updates to 3.10, and updates the base Python versions list. |
| sdk/agentserver/platform-matrix.json | Removes 3.10/3.9 entries and updates coverage job from 3.9 to 3.10. |
Copilot's findings
- Files reviewed: 9/9 changed files
- Comments generated: 3
Member
Author
|
Going to bypass and merge. None of the failed checks are actually related to the change I made here. Addressed @kushagraThapar 's feedback RE making certain 3.10 sdist/wheel was covered. |
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.
Direct follow-up to #46508
As promised, cleaning up remaining matrix items.