From 8e9ed4611df5ca75b50cad86651559f9e15ff5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 2 Sep 2024 18:28:36 +0200 Subject: [PATCH] use python3.11 for all projects --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70c088dcd..10ba518ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.mypy] -python_version = "3.10" +python_version = "3.11" pretty = true warn_redundant_casts = true disallow_untyped_calls = true