Support Python 3.14 (#13957)

This commit is contained in:
Sebastian Rittau
2025-05-10 06:27:40 -07:00
committed by GitHub
parent 519b7ef021
commit 2d50d6b316
21 changed files with 1082 additions and 34 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ VENV_DIR = ".venv"
TYPESHED = "typeshed"
SUPPORTED_PLATFORMS = ["linux", "darwin", "win32"]
SUPPORTED_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9"]
SUPPORTED_VERSIONS = ["3.14", "3.13", "3.12", "3.11", "3.10", "3.9"]
def distribution_with_test_cases(distribution_name: str) -> DistributionTests: