diff --git a/pyproject.toml b/pyproject.toml index 573bb1c..c9f8af4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ addopts = "-n auto" testpaths = ["concordia", "examples"] [tool.pytype] -python_version = "3.13" +python_version = "3.11" inputs = ["concordia", "examples"] # Keep going past errors to analyze as many files as possible. keep_going = true