-
Notifications
You must be signed in to change notification settings - Fork 82
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
RFC: drop python 3.7 support #299
Comments
Python 3.7 goes EoL in less than a month (2023-06-27). I'd recommend keeping ahead of the python support schedule. |
No one seems to mind and I want |
DanAlbert
added a commit
to DanAlbert/dcs
that referenced
this issue
Jul 20, 2023
Past EOL. Fixes pydcs#299.
DanAlbert
added a commit
to DanAlbert/dcs
that referenced
this issue
Jul 20, 2023
Past EOL. Fixes pydcs#299.
DanAlbert
added a commit
to DanAlbert/dcs
that referenced
this issue
Jul 20, 2023
Past EOL. Fixes pydcs#299.
Raffson
pushed a commit
to dcs-retribution/pydcs
that referenced
this issue
Oct 1, 2023
Past EOL. Fixes pydcs#299.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.8 adds
functools.cached_property
which would be nice for cleaning up some lazily initialized globals likePayloadDirectories
and probablyLiveryScanner
.Is anyone still relying on 3.7 support? That version of Python is EOL in about a month and a half, so I hope not.
The text was updated successfully, but these errors were encountered: