Add support for Python versions 3.12, 3.13, and 3.14 #177
Merged
cleemullins merged 1 commit intomainfrom Oct 20, 2025
Merged
Conversation
…onfigurations and documentation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for Python versions 3.12, 3.13, and 3.14 to align with currently supported Python versions (3.10-3.14). The changes update build matrices, package classifiers, and documentation to reflect the expanded version support.
Key Changes:
- Updated CI/CD workflows (GitHub Actions and Azure DevOps) to test against Python 3.12, 3.13, and 3.14
- Added Python version classifiers to all package
pyproject.tomlfiles - Updated documentation to reference the newly supported Python versions
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/python-package.yml |
Added Python 3.12, 3.13, 3.14 to GitHub Actions test matrix |
.azdo/ci-pr.yaml |
Added Python 3.12, 3.13, 3.14 to Azure DevOps CI matrix |
versioning/pyproject.toml |
Added Python version classifiers and OS independent classifier |
libraries/*/pyproject.toml (8 files) |
Added Python 3.10-3.14 version classifiers to package metadata |
README.md |
Updated note to explicitly list supported Python versions |
scripts/README.md |
Added note documenting Python 3.10-3.14 support |
test_samples/README.md |
Updated version range from 3.10-3.11 to 3.10-3.14 |
libraries/microsoft-agents-hosting-aiohttp/readme.md |
Expanded requirements to list all supported versions |
libraries/microsoft-agents-copilotstudio-client/readme.md |
Expanded requirements to list all supported versions |
libraries/microsoft-agents-authentication-msal/readme.md |
Added sample applications table (unrelated documentation fix) |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
rodrigobr-msft
approved these changes
Oct 20, 2025
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.
Fixes #170
Add newer versions of Python into the build and test matrix. Update docs accordingly. We now call out support for Python 3.12, 3.13, and 3.14. Accord to the Python web site, we now align to the currently supported Python versions (3.10 - 3.14).
Note to reviewers: Once this PR is merged to main, I'll update the GitHub Branch Protection Rules to require the newer builds to pass on all PRs.