-
Notifications
You must be signed in to change notification settings - Fork 286
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
Drop Python 2.6 support #330
Comments
Here's the pip installs from PyPI for the last month:
(3.3 also went EOL last month) |
Sure seems like we can drop support for Python 2.6 now. Less is better. I'll do up a rough PR for it today. |
Any thoughts on dropping EOL Python 3.3 as well? Not as big wins to be had compared with dropping 2.6, but it's barely used. |
@hugovk I don't have an issue for that in the issue tracker, so I haven't been thinking about it. If you want, write up an issue and we can work from there. |
html5lib 0.999999999 is the last version that supported Python 2.6. html5lib/html5lib-python#330 html5lib/html5lib-python@5f637af
Dropping support for an old version of python for no good reason and actually changing code to break it on purpose is a hostile act, not good code maintenance. |
See also #309. Now that pypa/pip#4343 has landed, we can probably start thinking again about dropping 2.6 support. As mentioned in #309, we probably want to wait until pip 10.0 actually ships, however.
The text was updated successfully, but these errors were encountered: