Remove Python 3.8 from CI (#13387)

This commit is contained in:
Sebastian Rittau
2025-01-10 14:15:39 +01:00
committed by GitHub
parent f2c917ff52
commit 822fae31e5
6 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ VENV_DIR = ".venv"
TYPESHED = "typeshed"
SUPPORTED_PLATFORMS = ["linux", "darwin", "win32"]
SUPPORTED_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9", "3.8"]
SUPPORTED_VERSIONS = ["3.13", "3.12", "3.11", "3.10", "3.9"]
def distribution_with_test_cases(distribution_name: str) -> DistributionTests: