Skip to content

Drop Python 3.9 support#62

Merged
bdraco merged 3 commits into
mainfrom
drop-python-3.9
May 11, 2026
Merged

Drop Python 3.9 support#62
bdraco merged 3 commits into
mainfrom
drop-python-3.9

Conversation

@bdraco
Copy link
Copy Markdown
Member

@bdraco bdraco commented May 11, 2026

Drops Python 3.9; minimum supported Python is now 3.10. Updates requires-python, the CI matrix, the mypy target and pyupgrade target to match.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (27d9cd2) to head (95ff934).
⚠️ Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #62   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          336       336           
  Branches        16        16           
=========================================
  Hits           336       336           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bdraco bdraco marked this pull request as ready for review May 11, 2026 22:53
Comment thread CHANGES/62.breaking.rst Outdated
Copy link
Copy Markdown

Copilot AI left a comment

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 drops Python 3.9 support across project metadata and tooling, setting Python 3.10 as the minimum supported version and aligning CI + static analysis configuration accordingly.

Changes:

  • Bumped package requires-python to >=3.10.
  • Removed Python 3.9 from the GitHub Actions CI test matrix.
  • Updated developer tooling targets (pyupgrade and mypy) to Python 3.10, and added a breaking-change entry.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Updates packaging metadata to require Python >=3.10.
CHANGES/62.breaking.rst Adds a Towncrier breaking-change note documenting the Python 3.9 drop.
.pre-commit-config.yaml Updates pyupgrade and mypy hook targets from 3.9 to 3.10 (naming + report paths).
.mypy.ini Sets mypy’s configured python_version to 3.10.
.github/workflows/ci-cd.yml Removes Python 3.9 from the CI matrix while keeping supported versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bdraco bdraco merged commit 08a3368 into main May 11, 2026
27 checks passed
@bdraco bdraco deleted the drop-python-3.9 branch May 11, 2026 23:00
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.

2 participants