mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Drop Python 3.8 branches (#13776)
This commit is contained in:
+1
-17
@@ -23,23 +23,7 @@ else:
|
||||
if sys.version_info >= (3, 13):
|
||||
__all__ += ["hasjump"]
|
||||
|
||||
if sys.version_info >= (3, 9):
|
||||
cmp_op: tuple[Literal["<"], Literal["<="], Literal["=="], Literal["!="], Literal[">"], Literal[">="]]
|
||||
else:
|
||||
cmp_op: tuple[
|
||||
Literal["<"],
|
||||
Literal["<="],
|
||||
Literal["=="],
|
||||
Literal["!="],
|
||||
Literal[">"],
|
||||
Literal[">="],
|
||||
Literal["in"],
|
||||
Literal["not in"],
|
||||
Literal["is"],
|
||||
Literal["is not"],
|
||||
Literal["exception match"],
|
||||
Literal["BAD"],
|
||||
]
|
||||
cmp_op: tuple[Literal["<"], Literal["<="], Literal["=="], Literal["!="], Literal[">"], Literal[">="]]
|
||||
hasconst: list[int]
|
||||
hasname: list[int]
|
||||
hasjrel: list[int]
|
||||
|
||||
Reference in New Issue
Block a user