-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Description
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).
| python_version | percent | download_count |
|---|---|---|
| 2.7 | 61.2% | 44,829 |
| 3.6 | 21.0% | 15,367 |
| 3.5 | 13.5% | 9,890 |
| 3.4 | 4.0% | 2,947 |
| 3.7 | 0.2% | 116 |
| 2.6 | 0.1% | 87 |
| 3.3 | 0.1% | 48 |
| 3.2 | 0.0% | 1 |
I suggest client_python also drops 2.6 (3.3 is already dropped).
Metadata
Metadata
Assignees
Labels
No labels