-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cleanup after we drop support for Python 3.7 #6306
Comments
EOL for 3.7 is scheduled for Once 3.7 is dropped, the most notable changes for us are probably
|
We also need to upgrade functional tests that are exclusive to python 3.7 so they use py-version instead. |
For future reference, this was done when adjusting the |
When we do drop support because 3.7 has reached its end of life after 2023-06-27, we'll need to do some cleanup:
_ExtendAction
(Misc cleanup after dropping Python 3.7 #8793)Final
,Literal
, andTypedDict
from typing directlyfunctools.cached_property
import guardsThe text was updated successfully, but these errors were encountered: