feat: Drop support for Python 3.9 as EOL reached and add Python 3.14 support#1648
Merged
feat: Drop support for Python 3.9 as EOL reached and add Python 3.14 support#1648
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 ? 2646
Branches ? 0
==========================================
Hits ? 2611
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
Collaborator
|
I think we can merge this first so we can cleanly merge other PRs. |
40737de to
5aab289
Compare
Member
Author
Yep, sounds like a good idea. @woile could you please take a quick look when you have some bandwidth? Thanks! |
5aab289 to
de81a58
Compare
bearomorphism
approved these changes
Dec 4, 2025
de81a58 to
7d69932
Compare
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.
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