Kozea / Radicale

A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org
GNU General Public License v3.0
3.39k stars 445 forks source link

Drop support for Python 3.8 #1628

Open lahwaacz opened 1 week ago

lahwaacz commented 1 week ago

pyproject.toml has requires-python = ">=3.8.0", but Python 3.8 has reached end of life. Can we drop it?

It would allow to eliminate all three uses of sys.version_info: https://github.com/search?q=repo%3AKozea%2FRadicale+sys.version_info&type=code

pbiering commented 1 week ago

as long as it's testable with workflows I would keep this for a while.