-
Notifications
You must be signed in to change notification settings - Fork 90
deprecate Python 3.9 #2141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
deprecate Python 3.9 #2141
Conversation
EOL was Oct 31 2025
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #2141 +/- ##
==========================================
- Coverage 95.23% 94.85% -0.39%
==========================================
Files 29 29
Lines 2876 2876
Branches 740 740
==========================================
- Hits 2739 2728 -11
- Misses 83 93 +10
- Partials 54 55 +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:
|
Co-authored-by: Steph Prince <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One other suggestion otherwise looks good to me! I will let @rly add any comments and can then update the PR required checks to use the new minimum test workflow versions before merging.
Co-authored-by: Steph Prince <[email protected]>
|
Thanks for this PR @bendichter ! It looks all good to me. This should be in a minor release. We should also explore adding Python 3.14 support in a separate PR. |
|
We'll make a bugfix release imminently and then do a minor release with this PR deprecating python 3.9 shortly after |
EOL was Oct 31 2025
Checklist
ruff check . && codespellfrom the source directory.