python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 601 forks source link

Drop support for EOL Python 2.6 #703

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

Python 2.6 is EOL and no longer receiving security updates, and is little used.

Here's the pip installs for Diamond from PyPI for last month:

python_version percent download_count
2.7 98.43% 21,433
2.6 1.41% 306
3.6 0.11% 24
3.5 0.03% 6
3.4 0.03% 6

Source: pypinfo --start-date -42 --end-date -15 --percent --pip --markdown Diamond pyversion

This also:

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.3%) to 24.394% when pulling 87e01682b4ec2e4f120c06e5b4f4bb473d379073 on hugovk:rm-2.6 into 86383916309d188cba813a039ca29416fd26e138 on python-diamond:master.