Skip to content

Commit

Permalink
update generic type test: 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
voidZXL committed Nov 17, 2024
1 parent fe03184 commit f61cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ class s(Schema):

def test_generic_types(self):
import sys
if sys.version_info >= (3, 8):
if sys.version_info >= (3, 9):
class Gen(Schema):
a: list[int]
b: dict[int]
Expand Down

0 comments on commit f61cdc4

Please sign in to comment.