mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -86,8 +86,7 @@ comp_if: int
|
||||
encoding_decl: int
|
||||
yield_expr: int
|
||||
yield_arg: int
|
||||
if sys.version_info >= (3, 7):
|
||||
sync_comp_for: int
|
||||
sync_comp_for: int
|
||||
if sys.version_info >= (3, 8):
|
||||
func_body_suite: int
|
||||
func_type: int
|
||||
|
||||
Reference in New Issue
Block a user