Closed krassowski closed 4 months ago
Python 3.8 is still supported for 3 more months (https://devguide.python.org/versions/).
I've tried adding from future import __annotations__
but this does not seem to help.
However, changing the type annotation to ClassVar[Optional[MappingProxyType]]
does help. Maybe it is ok to simplify?
Description
Reproduce
Install on python 3.8
Expected behavior
Works with minimum dependencies installed.
Context
Mea culpa