aio-libs / async-timeout

asyncio-compatible timeout class
Other
561 stars 57 forks source link

Drop support for Python 3.8 (and older)? #413

Open Hedda opened 2 weeks ago

Hedda commented 2 weeks ago

Python 3.8 is currently receiving only security updates and that will end next month, so maybe to drop support for Python 3.8?

That it, should now require at least Python 3.9 or later?

But note that even Python 3.9 is EoL (End-of-Life) now and will stop receiving all updates (including security) next year so you ideally would want to be on at least Python 3.10 or preferably Python 3.11

Regardless, it would be best to push your to the highest version of Python possible.

Dreamsorcerer commented 1 week ago

For anybody looking for this response: https://github.com/aio-libs/async-timeout/pull/372#issuecomment-2326450246