- Notifications
You must be signed in to change notification settings - Fork294
Drop support for EOL Python 3.4#421
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedJun 5, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #421 +/- ##======================================= Coverage 90.79% 90.79% ======================================= Files 50 50 Lines 6952 6952 Branches 1328 1328 ======================================= Hits 6312 6312 Misses 481 481 Partials 159 159 Continue to review full report at Codecov.
|
pypa/pip@2c1010e dropped support for 3.4 in pip, shipped in 19.2. |
Uh oh!
There was an error while loading.Please reload this page.
Python 3.4 is EOL since 2019-03-16 and no longer receiving security updates (or any updates) from the core Python team.
This allows 5 jobs to be removed from the build (3 Travis, 2 AppVeyor), and allows the project to concentrate on supported Python versions.
This PR also adds
python_requires
to help pip install the correct package version for their running Python.