[tool.mypy] sets: python_version = "3.10" also pyproject.toml declares: requires-python = ">=3.12" mypy should check against the minimum supported Python version. ths should be updated to 3.12
[tool.mypy] sets:
also pyproject.toml declares:
mypy should check against the minimum supported Python version. ths should be updated to 3.12