Update project.requires-python to >=3.10 (#15402)

This commit is contained in:
Sebastian Rittau
2026-02-09 16:48:13 +01:00
committed by GitHub
parent da6e5e9d8a
commit a6fba4f147
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -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,