From b9f5f821628b574feae09ce700a885e29123e410 Mon Sep 17 00:00:00 2001 From: clementjumel Date: Mon, 18 Dec 2023 14:58:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20Python=20version=20used?= =?UTF-8?q?=20in=20CI=20for=20pre-commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56dfc28..3a424ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -requires-python = ">=3.9,<3.10" +requires-python = ">=3.11,<3.12" [tool]