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 support for EOL Python 2.6 and 3.3 #17

Merged
merged 2 commits into from
Aug 28, 2018
Merged

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Mar 14, 2018

They're both EOL and little used.

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

python_version percent download_count
2.7 57.65% 235,824
3.6 21.06% 86,156
3.5 14.22% 58,169
3.4 6.18% 25,294
3.3 0.34% 1,382
2.6 0.28% 1,138
3.7 0.26% 1,054
3.2 0.02% 67
3.8 0.00% 3
None 0.00% 1

Source: pypinfo --start-date -41 --end-date -14 --percent --pip --markdown imagesize pyversion

@hugovk
Copy link
Contributor Author

hugovk commented Aug 17, 2018

Stats for July 2018 show 2.6 and 3.3 downloads are now 80% less in 5 months:

python_version percent download_count
2.7 49.74% 173,033
3.6 31.19% 108,501
3.5 11.72% 40,785
3.4 4.31% 14,998
3.7 2.85% 9,916
3.3 0.07% 254
2.6 0.07% 241
3.8 0.04% 135
3.2 0.00% 13
None 0.00% 1
Total 347,877

Source: pypinfo --start-date 2018-07-01 --end-date 2018-07-31 --percent --markdown imagesize pyversion

@shibukawa shibukawa merged commit 98f98e8 into shibukawa:master Aug 28, 2018
@hugovk hugovk deleted the rm-eol branch August 28, 2018 04:35
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

Successfully merging this pull request may close these issues.

2 participants