maint: drop Python 3.9 support, require Python >=3.10#374
Merged
yarikoptic merged 1 commit intodandi:masterfrom Mar 3, 2026
Merged
maint: drop Python 3.9 support, require Python >=3.10#374yarikoptic merged 1 commit intodandi:masterfrom
yarikoptic merged 1 commit intodandi:masterfrom
Conversation
- Remove Python 3.9 from the test matrix and CI workflows - Update python_requires to >=3.10 in setup.cfg - Drop the Python 3.9 classifier Python 3.10 is the minimum version needed for black>=26.x (used in pre-commit), and 3.9 reached end-of-life in October 2024.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #374 +/- ##
==========================================
- Coverage 97.91% 94.91% -3.00%
==========================================
Files 18 18
Lines 2401 2401
==========================================
- Hits 2351 2279 -72
- Misses 50 122 +72
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:
|
Member
Author
Member
|
may be @CodyCBakerPhD would remember when he comes back on where it is required -- I did not see any branch protection rules here, just ignore it |
yarikoptic
approved these changes
Mar 3, 2026
Member
|
but we apparently do not test 3.13 -- please add in in follow up PR |
Member
Author
#376 create and subsequent PR will follow. |
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.

Summary
python_requires = >=3.10insetup.cfgProgramming Language :: Python :: 3.9classifierPython 3.9 reached end-of-life in October 2024. Additionally,
black>=26.x(pinned in.pre-commit-config.yaml) requires Python>=3.10, making 3.9 incompatible with the current pre-commit setup.Test plan
blackpre-commit hook installs and runs correctly in the updated environment🤖 Generated with Claude Code