We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dc648 commit 55a1dcdCopy full SHA for 55a1dcd
tests/test_typeclass/test_typed_dict.py
@@ -8,6 +8,7 @@
8
if sys.version_info[:2] >= (3, 9): # noqa: C901
9
pytestmark = pytest.mark.skip('Only python3.7 and python3.8 are supported')
10
else:
11
+ # TODO drop it completely since classes support Python 3.10+
12
class _User(TypedDict):
13
name: str
14
registered: bool
0 commit comments