-
-
Notifications
You must be signed in to change notification settings - Fork 302
feat: Drop support for Python 3.9 as EOL reached and add Python 3.14 support #1648
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: v4-11-0
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 @@
## v4-11-0 #1648 +/- ##
==========================================
Coverage ? 98.67%
==========================================
Files ? 60
Lines ? 2639
Branches ? 0
==========================================
Hits ? 2604
Misses ? 35
Partials ? 0
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:
|
072c95a to
40737de
Compare
|
I think we can merge this first so we can cleanly merge other PRs. |
40737de to
5aab289
Compare
Yep, sounds like a good idea. @woile could you please take a quick look when you have some bandwidth? Thanks! |
Description
Python 3.9 has become upsoorpted version by Oct 31th
https://devguide.python.org/versions/#unsupported-versions
Checklist
Code Changes
[ ] Add test cases to all the changes you introducepoetry alllocally to ensure this change passes linter check and testsDocumentation Changes
poetry doclocally to ensure the documentation pages renders correctlyExpected Behavior
Steps to Test This Pull Request
Additional Context