Add 3.13 to our CI (#11926)

This commit is contained in:
Alex Waygood
2024-05-19 16:18:49 -04:00
committed by GitHub
parent 347f8a96b5
commit b8d144d491
8 changed files with 48 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ except ImportError:
print_error("Cannot import mypy. Did you install it?")
sys.exit(1)
SUPPORTED_VERSIONS = ["3.12", "3.11", "3.10", "3.9", "3.8"]
SUPPORTED_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
SUPPORTED_PLATFORMS = ("linux", "win32", "darwin")
DIRECTORIES_TO_TEST = [Path("stdlib"), Path("stubs")]