-
Notifications
You must be signed in to change notification settings - Fork 13
[MAINT]: Drop Python 3.9 and add Python 3.14 support #474
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: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #474 +/- ##
==========================================
- Coverage 91.60% 91.45% -0.16%
==========================================
Files 146 146
Lines 5956 5850 -106
Branches 951 949 -2
==========================================
- Hits 5456 5350 -106
Misses 324 324
Partials 176 176
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
fraimondo
left a comment
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.
I think you have some UV stuff filtered. Maybe add them to the .gitignore?
|
This PR drops Python 3.9 support and adds Python 3.14 support. Upgrades codebase to follow Python >=3.10 syntax changes, bumps dependencies and also adds proper
uvsupport by adding lockfile.