-
Notifications
You must be signed in to change notification settings - Fork 43
Drop support for Python 3.7 #578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
PR #577 includes a sniff to skip STAC functionality on Python 3.7 and 3.8 (because it depends on pystac features that are not available there) |
Python 3.8 officially reached end-of-life this month (https://devguide.python.org/versions/#unsupported-versions). I don't think we have to keep supporting two EOL'ed versions at this point |
What dropping 3.7 will bring: from https://nedbatchelder.com/text/which-py.html#h_38_october_14_2019_eol_october_2024:
Quite some interesting features (f-string “=” specifier, |
(no more need for py3.7 related hacks)
Python 3.7 reached end-of-life almost a year ago (2023-06-27)
This ticket is to collect reasons for dropping support for it.
The text was updated successfully, but these errors were encountered: