gpodder / podcastparser

Simplified, fast RSS parsing library in Python
ISC License
135 stars 35 forks source link

Support Python 3.12 #48

Closed auouymous closed 11 months ago

auouymous commented 1 year ago

3.7 is still available for actions to use, unlike all prior versions. Should we support EOL versions as long as possible or drop them immediately?

thp commented 1 year ago

3.7 is still available for actions to use, unlike all prior versions. Should we support EOL versions as long as possible or drop them immediately?

IMHO drop is fine. People running such old versions of Python 3 might also have other outdated packages, but YMMV.