mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
Update project.requires-python to >=3.10 (#15402)
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ from types import CellType, CodeType, GenericAlias, TracebackType
|
||||
|
||||
# mypy crashes if any of {ByteString, Sequence, MutableSequence, Mapping, MutableMapping}
|
||||
# are imported from collections.abc in builtins.pyi
|
||||
from typing import ( # noqa: Y022,UP035
|
||||
from typing import ( # noqa: Y022,UP035,RUF100
|
||||
IO,
|
||||
Any,
|
||||
BinaryIO,
|
||||
|
||||
Reference in New Issue
Block a user