[MCC-1543911] Add support for Python3.14 - #62
Merged
Conversation
ykitamura-mdsol
force-pushed
the
feature/support-python3.14
branch
from
August 25, 2026 06:51
dec02f3 to
45ac967
Compare
ykitamura-mdsol
marked this pull request as ready for review
August 25, 2026 06:57
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the library’s supported Python versions by adding Python 3.14, dropping EOL Python 3.9, and aligning CI/dev workflows around Poetry + GitHub Actions (removing tox).
Changes:
- Update GitHub Actions check/release workflows to use Python 3.14 and expand the CI matrix to test 3.10–3.14 plus PyPy.
- Update project metadata and dependencies (version bump to 1.10.0,
python = ^3.10, and dependency version upgrades). - Refresh docs/contribution guidance to reflect GitHub Actions + direct
pytestusage, and remove tox-related config/ignores.
Reviewed changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tox.ini | Removes tox configuration (tox no longer used). |
| tests/middlewares/asgi_test.py | Skips FastAPI/Pydantic ASGI tests at module import time on PyPy. |
| pyproject.toml | Bumps version, updates supported Python range, and refreshes dev dependency versions. |
| factbook.yaml | Adds Backstage component metadata for the library. |
| docs/faq.rst | Updates supported Python version list and points to GitHub Actions as the source of truth. |
| CONTRIBUTING.md | Updates contribution instructions to GitHub Actions + Poetry + pytest (no tox). |
| CHANGELOG.md | Adds 1.10.0 release notes for Python 3.14 support and tox removal. |
| .gitignore | Removes .tox/ ignore entry. |
| .github/workflows/release.yaml | Publishes using Python 3.14 and newer Poetry. |
| .github/workflows/check.yaml | Updates lint/test matrix to include Python 3.14 and adds a PyPy job. |
| .flake8 | Removes .tox from exclusions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
ejinotti-mdsol
approved these changes
Aug 25, 2026
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.
MCC-1543911 - Update Python support in mauth-client-python
@ejinotti-mdsol I'm not sure if you still review these PRs, but could you? 🙏