mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-02 14:10:23 +08:00
Drop Python 3.8 support in ast (#13766)
This commit is contained in:
@@ -130,17 +130,6 @@ if sys.version_info >= (3, 10):
|
||||
pattern as pattern,
|
||||
)
|
||||
|
||||
if sys.version_info < (3, 9):
|
||||
from ast import (
|
||||
AugLoad as AugLoad,
|
||||
AugStore as AugStore,
|
||||
ExtSlice as ExtSlice,
|
||||
Index as Index,
|
||||
Param as Param,
|
||||
Suite as Suite,
|
||||
slice as slice,
|
||||
)
|
||||
|
||||
PyCF_ALLOW_TOP_LEVEL_AWAIT: Literal[8192]
|
||||
PyCF_ONLY_AST: Literal[1024]
|
||||
PyCF_TYPE_COMMENTS: Literal[4096]
|
||||
|
||||
Reference in New Issue
Block a user