Skip to content

Update docs for v0.17.x release; Reintroduce Py26 and Py33 compat #397

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

Merged
merged 7 commits into from
Oct 25, 2018
Merged

Conversation

jmadler
Copy link
Contributor

@jmadler jmadler commented Oct 19, 2018

No description provided.

@jmadler jmadler requested a review from edschofield October 19, 2018 23:31
@jmadler jmadler changed the title Update docs for v0.17.x release Update docs for v0.17.x release; Reintroduce Py26 and Py33 compat Oct 25, 2018
@jmadler jmadler merged commit 0dec675 into PythonCharmers:master Oct 25, 2018
@jmadler
Copy link
Contributor Author

jmadler commented Oct 25, 2018

Approved in email with @edschofield

@jdufresne
Copy link
Contributor

I'm curious, what is the reason to re-add EOL Python 2.6 support? The decision to remove it was reviewed and approved in a previous PR.

These versions are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29 and on 2017-09-29. Removing support for EOL Pythons will reduce testing and maintenance resources. Removing Python 2.6 will allow removing certain compatibility shims.

Using pypinfo, here are the PyPI download statistics for the last 30 days, showing low numbers for these EOL Pythons:

python_version percent download_count
2.7 60.91% 4,029,765
3.6 23.77% 1,572,845
3.5 9.57% 633,401
3.4 3.18% 210,115
3.7 2.52% 166,736
2.6 0.02% 1,540
3.3 0.02% 1,088
3.8 0.01% 492
3.2 0.00% 142
None 0.00% 17
Total 6,616,141

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