Closed
Description
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:
- Remove the code for
_ExtendAction
(Misc cleanup after dropping Python 3.7 #8793) - Import
Final
,Literal
, andTypedDict
from typing directly - Remove
functools.cached_property
import guards