-
-
Notifications
You must be signed in to change notification settings - Fork 305
Drop support for Python 3.9 #2778
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
for more information, see https://pre-commit.ci
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (98.70%) is below the target coverage (100.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #2778 +/- ##
==========================================
- Coverage 93.31% 93.26% -0.06%
==========================================
Files 92 91 -1
Lines 11051 11010 -41
==========================================
- Hits 10312 10268 -44
- Misses 739 742 +3
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
I'll add the last typing fixes. |
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.
Reading this is like meditation, I feel refreshed.
Type of Changes
Description
Pylint already dropped support for Python 3.9, so we can do it here, too. Python 3.9 EOL is October 2025. Unlikely to have a new pylint feature release before then.