python-babel / babel

The official repository for Babel, the Python Internationalization Library
http://babel.pocoo.org/
BSD 3-Clause "New" or "Revised" License
1.34k stars 448 forks source link

Drop support for Python 3.8? #1152

Open tomasr8 opened 2 weeks ago

tomasr8 commented 2 weeks ago

Per https://devguide.python.org/versions/, Python 3.8 is now EOL.

Unless there is a specific reason to keep it around I think we should drop it.

From what I've seen when 3.7 was dropped, the deprecation could be announced in the next (2.17) release and removed in 2.18.

akx commented 1 week ago

We can consider it, but I'd rather still keep supporting it for a little longer.

According to https://pypistats.org/packages/babel some 6-10% of Babel downloads (all package versions, would need to look at the source BigTable data for a per-package-version breakdown) come from Python 3.8...

tomasr8 commented 1 week ago

Wow that's higher than I would think! But yeah I agree, let's wait a bit