-
Notifications
You must be signed in to change notification settings - Fork 815
Drop Python 2.6 #219
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
Comments
RHEL 6 has Python 2.6 and is supported through 2024. The effort to support 2.6 so far has been fairly small. |
I think we could leave this tkt open as a reminder. |
Feel free to re-open a new ticket, I think I'll close this to clear my list, rather than having this on it for the next 4+ years :) By the way, here's the numbers for February 2020:
Source: Cheers! |
Pytest and its dependency py have dropped support for Python 2.6 because it's been EOL for four years meaning it hasn't received security updates, and it's also little used so it's about time to drop it. They also dropped support for Python 3.3 which is also EOL and little used.
Here's the pip installs for prometheus_client from PyPI for the last month (via
pypinfo --percent --pip prometheus_client pyversion
).I suggest client_python also drops 2.6 (3.3 is already dropped).
The text was updated successfully, but these errors were encountered: