mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
update for the new patch releases (#13196)
This commit is contained in:
@@ -76,7 +76,7 @@ if sys.version_info >= (3, 10):
|
||||
__all__ += ["SOFT_KEYWORD"]
|
||||
|
||||
if sys.version_info >= (3, 12):
|
||||
__all__ += ["EXCLAMATION", "FSTRING_END", "FSTRING_MIDDLE", "FSTRING_START"]
|
||||
__all__ += ["EXCLAMATION", "FSTRING_END", "FSTRING_MIDDLE", "FSTRING_START", "EXACT_TOKEN_TYPES"]
|
||||
|
||||
ENDMARKER: int
|
||||
NAME: int
|
||||
|
||||
Reference in New Issue
Block a user