Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
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-pythonto>=3.10and updating documented supported versions.CI/dev tooling is aligned by removing Python 3.9 from
.mise.tomland thetox/tox-ghenv matrices (including coverage env wiring), and tests are updated to use>=3.10metadata where they previously forced>=3.9. It also removes thetyping_extensionsfallback forTypeAliasnow that Python 3.10 is the minimum, withpdm.lockupdated accordingly.Written by Cursor Bugbot for commit 4a39d82. This will update automatically on new commits. Configure here.