ovh / python-ovh

Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing.
https://pypi.org/project/ovh/
Other
278 stars 76 forks source link

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

Closed hugovk closed 5 years ago

hugovk commented 5 years ago

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 commented 5 years ago

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

rbeuque74 commented 5 years ago

@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 commented 5 years ago

Done!