mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -15,8 +15,7 @@ WHITESPACE: frozenset[str]
|
||||
ESCAPES: dict[str, tuple[_NIC, int]]
|
||||
CATEGORIES: dict[str, tuple[_NIC, _NIC] | tuple[_NIC, list[tuple[_NIC, _NIC]]]]
|
||||
FLAGS: dict[str, int]
|
||||
if sys.version_info >= (3, 7):
|
||||
TYPE_FLAGS: int
|
||||
TYPE_FLAGS: int
|
||||
GLOBAL_FLAGS: int
|
||||
|
||||
if sys.version_info < (3, 11):
|
||||
|
||||
Reference in New Issue
Block a user