Skip to content
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

Closed
gsnedders opened this issue Mar 20, 2017 · 5 comments
Closed

Drop Python 2.6 support #330

gsnedders opened this issue Mar 20, 2017 · 5 comments
Milestone

Comments

@gsnedders
Copy link
Member

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.

@willkg willkg added this to the 1.0 milestone Oct 3, 2017
@hugovk
Copy link
Contributor

hugovk commented Oct 18, 2017

Here's the pip installs from PyPI for the last month:

$ pypinfo --percent --pip html5lib pyversion
python_version percent download_count
-------------- ------- --------------
2.7              56.0%        622,860
3.5              19.3%        214,942
3.6              15.6%        172,974
3.4               8.9%         98,411
3.3               0.1%            789
3.7               0.1%            699
2.6               0.1%            681
3.2               0.0%             19
None              0.0%             13

(3.3 also went EOL last month)

@willkg
Copy link
Contributor

willkg commented Nov 6, 2017

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.

@hugovk
Copy link
Contributor

hugovk commented Nov 6, 2017

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.

@willkg
Copy link
Contributor

willkg commented Nov 6, 2017

@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.

gsnedders pushed a commit that referenced this issue Nov 7, 2017
jwilk added a commit to jwilk-archive/ocrodjvu that referenced this issue Dec 9, 2017
@kevinmarks
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants