-
Notifications
You must be signed in to change notification settings - Fork 84
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 #68
Comments
Signed-off-by: Romain Beuque <romain.beuque@corp.ovh.com>
I approve this change. Python 2.6 will die also if EU APIs are migrated on infra that handle SNI... |
Here's the pip installs for ovh from PyPI for last month:
Source: You could also drop 3.2 and 3.3, which are also EOL and no longer receiving security updates (or any updates) from the core Python team.
Source: https://en.wikipedia.org/wiki/CPython#Version_history |
Thanks for all the data provided. |
@rbeuque74 all good let's drop the support |
Hello,
Following this last failing build on Python 2.6 (https://travis-ci.org/ovh/python-ovh/jobs/452406500) regarding SNI requirements on ca.api.soyoustart.com and ca.api.kimsufi.com, I recommand that we drop Python 2.6 support on python-ovh.
Python 2.6 is no longer supported by the Python core team, and pip will also drop support for Python 2.6 too, I think we should consider to move on.
Any objection ?
The text was updated successfully, but these errors were encountered: