Skip to content

[MCC-1543911] Add support for Python3.14 - #62

Merged
ykitamura-mdsol merged 7 commits into
mainfrom
feature/support-python3.14
Aug 25, 2026
Merged

[MCC-1543911] Add support for Python3.14#62
ykitamura-mdsol merged 7 commits into
mainfrom
feature/support-python3.14

Conversation

@christineoo-mdsol

@christineoo-mdsol christineoo-mdsol commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

MCC-1543911 - Update Python support in mauth-client-python

  • Add support for Python 3.14
  • Remove Support for EOL Python 3.9
  • Remove tox in favor of running pytest directly with Poetry and the GitHub Actions Python version matrix

@ejinotti-mdsol I'm not sure if you still review these PRs, but could you? 🙏

@ykitamura-mdsol
ykitamura-mdsol force-pushed the feature/support-python3.14 branch from dec02f3 to 45ac967 Compare August 25, 2026 06:51
@ykitamura-mdsol
ykitamura-mdsol marked this pull request as ready for review August 25, 2026 06:57
@ykitamura-mdsol
ykitamura-mdsol requested a lite review from Copilot August 25, 2026 06:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 pytest usage, 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.

Comment thread pyproject.toml Outdated
ykitamura-mdsol and others added 2 commits August 25, 2026 16:06
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@ykitamura-mdsol
ykitamura-mdsol merged commit 5683147 into main Aug 25, 2026
20 checks passed
@ykitamura-mdsol
ykitamura-mdsol deleted the feature/support-python3.14 branch August 25, 2026 14:21
@christineoo-mdsol christineoo-mdsol changed the title Add support for Python3.14 [MCC-1543911] Add support for Python3.14 Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants