Skip to content

chore: Drop support for Python 3.9#70

Merged
GabDug merged 2 commits intomainfrom
drop-39
Feb 7, 2026
Merged

chore: Drop support for Python 3.9#70
GabDug merged 2 commits intomainfrom
drop-39

Conversation

@GabDug
Copy link
Owner

@GabDug GabDug commented Feb 7, 2026

Note

Low Risk
Primarily a support-matrix change (dropping Python 3.9) plus straightforward cleanup; limited functional risk beyond excluding 3.9 users/CI coverage.

Overview
This PR drops Python 3.9 support by bumping requires-python to >=3.10 and updating documented supported versions.

CI/dev tooling is aligned by removing Python 3.9 from .mise.toml and the tox/tox-gh env matrices (including coverage env wiring), and tests are updated to use >=3.10 metadata where they previously forced >=3.9. It also removes the typing_extensions fallback for TypeAlias now that Python 3.10 is the minimum, with pdm.lock updated accordingly.

Written by Cursor Bugbot for commit 4a39d82. This will update automatically on new commits. Configure here.

@GabDug GabDug enabled auto-merge (squash) February 7, 2026 11:53
@codecov
Copy link

codecov bot commented Feb 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.13%. Comparing base (b0df414) to head (9a5544c).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #70      +/-   ##
==========================================
+ Coverage   96.86%   97.13%   +0.26%     
==========================================
  Files          12       12              
  Lines         701      697       -4     
  Branches       63       62       -1     
==========================================
- Hits          679      677       -2     
+ Misses         19       18       -1     
+ Partials        3        2       -1     
Flag Coverage Δ
unittests 97.13% <100.00%> (+0.26%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@GabDug GabDug disabled auto-merge February 7, 2026 12:07
@GabDug GabDug merged commit f93ae1a into main Feb 7, 2026
15 checks passed
@GabDug GabDug deleted the drop-39 branch February 7, 2026 12:07
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.

1 participant