- Notifications
You must be signed in to change notification settings - Fork294
Drop support for EOL Python 3.3#358
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
This won't be merged until pip 11 is near release (assuming pip 11 drops support for Python 3.3, as planned). |
codecov-io commentedDec 4, 2017 • 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 #358 +/- ##======================================= Coverage 90.76% 90.76% ======================================= Files 50 50 Lines 6950 6950 Branches 1328 1328 ======================================= Hits 6308 6308 Misses 483 483 Partials 159 159 Continue to review full report at Codecov.
|
nicktimko commentedDec 7, 2017
I'd be curious to just leave the test in there but put it in |
Python 3.3 has now broken. The master branch now fails on Travis CI for all three Python 3.3 jobs:
https://travis-ci.org/hugovk/html5lib-python/builds/382154525 The newly released pip 10 deprecates 3.3, and it has just been dropped from the codebase:pypa/pip#5423. |
It looks like this was missed inhtml5lib#358. It is causing build failures inhtml5lib#395 andhtml5lib#396.
Fixes#357.