mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-20 07:00:29 +08:00
Remove 3.9 support from CI and tests (#15401)
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ VENV_DIR = ".venv"
|
||||
TYPESHED = "typeshed"
|
||||
|
||||
SUPPORTED_PLATFORMS = ["linux", "darwin", "win32"]
|
||||
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"]
|
||||
|
||||
|
||||
def distribution_with_test_cases(distribution_name: str) -> DistributionTests:
|
||||
|
||||
Reference in New Issue
Block a user