From 07226da3610cad2018b9d37d8e2c50f21db37caa Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Wed, 23 Apr 2025 13:12:36 +0000 Subject: [PATCH] Update Python min version to 3.10 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4286821..b062f76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "Jinja2>=3.1.3", ] -requires-python = ">= 3.8" +requires-python = ">= 3.10" readme = "README.md" license = { file = "LICENSE" } classifiers = [ -- GitLab