From ac03da59dcb4da5fe836bbcb565bfa95b9c3fc31 Mon Sep 17 00:00:00 2001 From: irl Date: Thu, 21 May 2026 13:28:30 +0100 Subject: [PATCH] misc: align python version for ruff with min supported version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c377d9..91b93c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,5 +48,5 @@ line-length = 92 asyncio_default_fixture_loop_scope = "module" [tool.ruff] -target-version = "py314" +target-version = "py313" line-length = 92