Support Python 3.14 (#13957)

This commit is contained in:
Sebastian Rittau
2025-05-10 15:27:40 +02:00
committed by GitHub
parent 519b7ef021
commit 2d50d6b316
21 changed files with 1082 additions and 34 deletions
+1
View File
@@ -251,6 +251,7 @@ class AsyncFunctionDef(stmt):
returns: expr | None = ...,
type_comment: str | None = ...,
type_params: list[type_param] = ...,
**kwargs: Unpack[_Attributes],
) -> Self: ...
class ClassDef(stmt):