From ff6d583ea42c3db2e59bc8123eb6a34ab8d81343 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Wed, 4 Dec 2024 11:07:46 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b174d0f5..c9f8af42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ addopts = "-n auto" testpaths = ["concordia", "examples"] [tool.pytype] -python_version = "3.12" +python_version = "3.11" inputs = ["concordia", "examples"] # Keep going past errors to analyze as many files as possible. keep_going = true