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 1b09652 commit c50e28dCopy full SHA for c50e28d
1 file changed
tests/typecheck_typeshed.py
@@ -14,7 +14,7 @@
14
ReturnCode: TypeAlias = int
15
16
SUPPORTED_PLATFORMS = ("linux", "darwin", "win32")
17
-SUPPORTED_VERSIONS = ("3.14", "3.13", "3.12", "3.11", "3.10", "3.9")
+SUPPORTED_VERSIONS = ("3.14", "3.13", "3.12", "3.11", "3.10")
18
LOWEST_SUPPORTED_VERSION = min(SUPPORTED_VERSIONS, key=lambda x: int(x.split(".")[1]))
19
DIRECTORIES_TO_TEST = ("scripts", "tests")
20
EMPTY: list[str] = []
0 commit comments