-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cleanup after we drop support for Python 3.7 #6306
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 |
Uh oh!
There was an error while loading. Please reload this page.
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: