diff --git a/pyproject.toml b/pyproject.toml index 95f195c50..223b6319f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ combine-as-imports = true [tool.mypy] strict = true -python_version = "3.9" [[tool.mypy.overrides]] module = "starlette.testclient.*"