Officially drop Python 3.8 support (#13386)

This commit is contained in:
Sebastian Rittau
2025-01-10 15:06:22 +01:00
committed by GitHub
parent 822fae31e5
commit 10ebc999ee
5 changed files with 5 additions and 21 deletions

View File

@@ -171,4 +171,4 @@ extra-standard-library = [
known-first-party = ["_utils", "ts_utils"]
[tool.typeshed]
oldest_supported_python = "3.8"
oldest_supported_python = "3.9"