mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-25 02:04:04 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
@@ -21,8 +21,7 @@ if sys.platform == "win32":
|
||||
boolean_options: ClassVar[list[str]]
|
||||
all_versions: Incomplete
|
||||
other_version: str
|
||||
if sys.version_info >= (3, 9):
|
||||
def __init__(self, *args, **kw) -> None: ...
|
||||
def __init__(self, *args, **kw) -> None: ...
|
||||
bdist_dir: Incomplete
|
||||
plat_name: Incomplete
|
||||
keep_temp: int
|
||||
|
||||
Reference in New Issue
Block a user