-
-
Notifications
You must be signed in to change notification settings - Fork 95
Drop support for Python 3.5 and 2.7 #510
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
This change drops the corresponding CPython (2.7, 3.4, 3.5) and PyPy (2.7) versions from the CI matrix and Python distribution package metadata.
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
Ref #339 N.B. The version title is disabled for now until the release is ready to be cut.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #510 +/- ##
==========================================
+ Coverage 80.80% 82.26% +1.45%
==========================================
Files 27 28 +1
Lines 4413 3991 -422
==========================================
- Hits 3566 3283 -283
+ Misses 847 708 -139 |
This pull request fixes 4 alerts when merging 1396980 into b7be66d - view on LGTM.com fixed alerts:
|
This pull request fixes 4 alerts when merging ea92dc0 into f0f9764 - view on LGTM.com fixed alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
This pull request fixes 4 alerts when merging 06f2107 into f0f9764 - view on LGTM.com fixed alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
❓ What kind of change does this PR introduce?
📋 What is the related issue number (starting with
#
)Resolves #252
❓ What is the current behavior? (You can also link to an open issue here)
❓ What is the new behavior (if this is a feature change)?
📋 Other information:
📋 Contribution checklist:
(If you're a first-timer, check out
this guide on making great pull requests)
the changes have been approved
and description in grammatically correct, complete sentences
This change is