gweis / isodate

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

Drop support for EOL Python 3.4 #61

Closed hugovk closed 3 years ago

hugovk commented 4 years ago

Python 3.4 is EOL and no longer receiving security updates (or any updates) from the core Python team.

Version Release date Supported until
2.7 2010-07-03 2020-01-01
3.4 2014-03-16 2019-03-16

Source: https://en.wikipedia.org/wiki/CPython#Version_history

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 94.433% when pulling 76f99be83be3076c24a91b2b7b82df430bb413c4 on hugovk:rm-3.4 into 27cebc56a0f6a900eeb897512879d545095f410b on gweis:master.

hugovk commented 3 years ago

Python 2.7 and 3.5 are also EOL now, but closing this year old PR. Happy to re-open and drop those other versions, just ping!