CHORE: Update test matrix - drop Python 3.10, upgrade Ubuntu 22.04 to 24.04, add Python 3.14 to macOS#591
Open
gargsaumya wants to merge 1 commit into
Open
Conversation
…4.04 in test matrix
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CI test matrix to drop EOL Python 3.10, add Python 3.14, upgrade Ubuntu base images from 22.04 to 24.04, and expand macOS Python coverage to test both 3.13 and 3.14.
Changes:
- Bump Python versions: drop 3.10, add 3.14 in
PYTHON_VERSIONSand Blacktarget-version. - Upgrade Ubuntu Docker images and Microsoft package repo URLs from 22.04 to 24.04.
- Parameterize macOS Python version per matrix entry (SQL2022→3.13, SQL2025→3.14).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Update Black target-version to py311–py314. |
| OneBranchPipelines/variables/common-variables.yml | Update PYTHON_VERSIONS to 3.11–3.14. |
| eng/pipelines/pr-validation-pipeline.yml | Parameterize macOS Python version per matrix; bump Ubuntu image and MS repo URLs to 24.04. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Work Item / Issue Reference
Summary
This pull request updates the CI pipeline and related configurations to support newer versions of Python and Ubuntu. The main focus is on upgrading the Python versions used for builds and testing, and updating Ubuntu environments from 22.04 to 24.04. These changes ensure continued compatibility and take advantage of improvements in the latest language and OS releases.
Python version upgrades:
common-variables.ymlandpyproject.tomlto include 3.11, 3.12, 3.13, and 3.14, removing older versions. [1] [2]Ubuntu version upgrades:
ubuntu:24.04instead ofubuntu:22.04for both x64 and ARM64 builds. [1] [2]PR Title Guide
Contribution Guidelines
External contributors:
mssql-python maintainers:
-->