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 f915e02 commit 97c61e4Copy full SHA for 97c61e4
tests/test_converters.py
@@ -76,7 +76,7 @@ def test_union():
76
assert field.type.__name__.startswith("UnionOf")
77
78
79
-if sys.version_info > (3, 7):
+if sys.version_info >= (3, 8):
80
# Python < 3.8 does not support typing.Literal
81
82
def test_literal():
0 commit comments