Drop support for EOL Python 3.3#358
Conversation
|
This won't be merged until pip 11 is near release (assuming pip 11 drops support for Python 3.3, as planned). |
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 159Continue to review full report at Codecov.
|
|
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 in html5lib#358. It is causing build failures in html5lib#395 and html5lib#396.
Fixes #357.