Python 3.8 End of Life #28
amcintosh
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PSA that python 3.8 went EOL on October 31, 2024.
I have no plans to immediately drop support at that time. However Python versions earlier than 3.9 lack the zoneinfo module that implements PEP 615, which means that we are using a backport library for those Python versions. We will likely discontinue that usage at some point in the future. When we do we we'll drop support for Python<3.9 in a new major release.
Beta Was this translation helpful? Give feedback.
All reactions