Skip to content

Drop support for EOL Python 2.6, 3.2 and 3.3 #71

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 1 commit into from
Dec 13, 2018
Merged

Drop support for EOL Python 2.6, 3.2 and 3.3 #71

merged 1 commit into from
Dec 13, 2018

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Dec 5, 2018

Fixes #68.

Python 2.6, 3.2 and 3.3 are EOL and no longer receiving security updates (or any updates) from the core Python team.

Version Release date Supported until
2.6 2008-10-01 2013-10-29
3.2 2011-02-20 2016-02-27
3.3 2012-09-29 2017-09-29

Source: https://en.wikipedia.org/wiki/CPython#Version_history

They're also little used. Here's the pip installs for ovh from PyPI for November 2018:

category percent downloads
3.6 65.59% 6,209
2.7 17.64% 1,670
3.5 13.37% 1,266
3.7 1.40% 133
null 1.34% 127
3.4 0.65% 62
Total 9,467

Source: pypistats python_minor --last-month ovh

@hugovk
Copy link
Contributor Author

hugovk commented Dec 5, 2018

Latest master is also failing: https://travis-ci.org/hugovk/python-ovh/builds/463897286

@rbeuque74
Copy link
Member

@hugovk Thanks for your contribution. We are willing to merge this one.

Can you sign your commit to acknowledge the CONTRIBUTING.rst guidelines ?
A command line this should do the trick :

git commit --amend -s --no-edit

Thanks!

@hugovk
Copy link
Contributor Author

hugovk commented Dec 13, 2018

Done!

@rbeuque74 rbeuque74 merged commit f14b919 into ovh:master Dec 13, 2018
@hugovk hugovk deleted the rm-eol branch December 13, 2018 14:36
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