Skip to content

Drop Python 2.6 #219

@hugovk

Description

@hugovk

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions