mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Remove Python 3.6 branches from typeshed (#8269)
This commit is contained in:
@@ -6,10 +6,7 @@ from collections.abc import Callable
|
||||
from typing import IO, Any
|
||||
from typing_extensions import Literal, TypeAlias
|
||||
|
||||
if sys.version_info >= (3, 7):
|
||||
__all__ = ("create_subprocess_exec", "create_subprocess_shell")
|
||||
else:
|
||||
__all__ = ["create_subprocess_exec", "create_subprocess_shell"]
|
||||
__all__ = ("create_subprocess_exec", "create_subprocess_shell")
|
||||
|
||||
if sys.version_info >= (3, 8):
|
||||
_ExecArg: TypeAlias = StrOrBytesPath
|
||||
|
||||
Reference in New Issue
Block a user