mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-29 03:06:43 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
+1
-25
@@ -42,7 +42,7 @@ if sys.version_info >= (3, 10):
|
||||
hardlink_dupes: bool = False,
|
||||
) -> bool: ...
|
||||
|
||||
elif sys.version_info >= (3, 9):
|
||||
else:
|
||||
def compile_dir(
|
||||
dir: StrPath,
|
||||
maxlevels: int | None = None,
|
||||
@@ -76,30 +76,6 @@ elif sys.version_info >= (3, 9):
|
||||
hardlink_dupes: bool = False,
|
||||
) -> bool: ...
|
||||
|
||||
else:
|
||||
def compile_dir(
|
||||
dir: StrPath,
|
||||
maxlevels: int = 10,
|
||||
ddir: StrPath | None = None,
|
||||
force: bool = False,
|
||||
rx: _SupportsSearch | None = None,
|
||||
quiet: int = 0,
|
||||
legacy: bool = False,
|
||||
optimize: int = -1,
|
||||
workers: int = 1,
|
||||
invalidation_mode: PycInvalidationMode | None = None,
|
||||
) -> bool: ...
|
||||
def compile_file(
|
||||
fullname: StrPath,
|
||||
ddir: StrPath | None = None,
|
||||
force: bool = False,
|
||||
rx: _SupportsSearch | None = None,
|
||||
quiet: int = 0,
|
||||
legacy: bool = False,
|
||||
optimize: int = -1,
|
||||
invalidation_mode: PycInvalidationMode | None = None,
|
||||
) -> bool: ...
|
||||
|
||||
def compile_path(
|
||||
skip_curdir: bool = ...,
|
||||
maxlevels: int = 0,
|
||||
|
||||
Reference in New Issue
Block a user