-
Notifications
You must be signed in to change notification settings - Fork 1
patch: Drop support for Python 3.9 #241
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
Conversation
Also add support for Python 3.14.
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis patch removes support for Python 3.9 and introduces support for Python 3.14 by updating project metadata, CI configuration, and documentation to reflect the new supported version range. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #241 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 176 176
Branches 15 15
=========================================
Hits 176 176 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Also add support for Python 3.14.
Summary by Sourcery
Drop support for Python 3.9, bump minimum Python requirement to 3.10, and add support for Python 3.14 across packaging, CI, and documentation.
Enhancements: