lkiesow / python-feedgen

Python module to generate ATOM feeds, RSS feeds and Podcasts.
https://feedgen.kiesow.be/
BSD 2-Clause "Simplified" License
713 stars 123 forks source link

Drop support for EOL Python 2.7-3.6 #117

Closed hugovk closed 1 year ago

hugovk commented 2 years ago

(Includes https://github.com/lkiesow/python-feedgen/pull/116 so we can run tests on CI. I can rebase if that's merged first.)

Python 2.7-3.6 are EOL and no longer receiving security updates (or any updates) from the core Python team.

cycle latest release eol
3.10 3.10.1 2021-10-04 2026-10-04
3.9 3.9.9 2020-10-05 2025-10-05
3.8 3.8.12 2019-10-14 2024-10-14
3.7 3.7.12 2018-06-27 2023-06-27
3.6 3.6.15 2016-12-23 2021-12-23

https://endoflife.date/python

Passing CI build: https://github.com/hugovk/python-feedgen/actions/runs/2480573974

hugovk commented 1 year ago

Closing this year-old PR due to lack of interest and the last commit was 3.5 years ago (see also https://github.com/lkiesow/python-feedgen/issues/106). Happy to re-open if you like, but I'm no longer using python-feedgen (generating a feed manually instead).