From 1474c333f49019ccfd085eef2a7a2f2cf9cddc06 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Wed, 4 Dec 2024 11:58:45 +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 573bb1c7..c9f8af42 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