Skip to content

Commit c50e28d

Browse files
committed
Don't run typecheck_typeshed with 3.9
1 parent 1b09652 commit c50e28d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/typecheck_typeshed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
ReturnCode: TypeAlias = int
1515

1616
SUPPORTED_PLATFORMS = ("linux", "darwin", "win32")
17-
SUPPORTED_VERSIONS = ("3.14", "3.13", "3.12", "3.11", "3.10", "3.9")
17+
SUPPORTED_VERSIONS = ("3.14", "3.13", "3.12", "3.11", "3.10")
1818
LOWEST_SUPPORTED_VERSION = min(SUPPORTED_VERSIONS, key=lambda x: int(x.split(".")[1]))
1919
DIRECTORIES_TO_TEST = ("scripts", "tests")
2020
EMPTY: list[str] = []

0 commit comments

Comments
 (0)