mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-19 02:15:58 +08:00
update for the new patch releases (#13196)
This commit is contained in:
@@ -88,7 +88,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"]
|
||||
|
||||
if sys.version_info >= (3, 13):
|
||||
__all__ += ["TokenError", "open"]
|
||||
|
||||
Reference in New Issue
Block a user