gweis / isodate

ISO 8601 date/time parser
BSD 3-Clause "New" or "Revised" License
155 stars 59 forks source link

Drop supported for EOL Python 2.6 and 3.3 #51

Closed hugovk closed 6 years ago

hugovk commented 6 years ago

Python 2.6 was removed from testing in https://github.com/gweis/isodate/commit/ff549464285c9ef94a3667c51b206fdd2f26d691, remove it from Tox and classifiers.

Like 2.6, Python 3.3 is also EOL and no longer receiving security updates (or any updates) from the core Python team.

They're also little used.

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

python_version percent download_count
2.7 60.27% 140,637
3.6 17.07% 39,835
3.5 12.39% 28,917
3.4 9.84% 22,969
2.6 0.27% 625
3.7 0.12% 286
3.3 0.04% 90
None 0.00% 3

Source: pypinfo --start-date -59 --end-date -29 --percent --pip --markdown isodate pyversion

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 94.433% when pulling c004c4e55d29e8839858968a63816a1f0ed31e46 on hugovk:rm-eol into ce635a7a483effb3fc246721cfb5a8a7b5174ab5 on gweis:master.