Open analog-cbarber opened 1 year ago
After dropping 3.8 consider code improvements to take advantage of any features first introduced in python 3.9.
In particular, replace type annotations using List
and Dict
with ones using list
and dict
builtins.
When Python 3.8 hits end of life in October of 2024, drop support and remove api version dependent use of importlib.