From 4dd219f5e30e083dea0ea6cb3aaa630068098094 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Wed, 23 Apr 2025 13:19:34 +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 6689b70..29ecf75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ name = "aidge_export_arm_cortexm" description = "Aidge export for ARM CortexM systems" readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.10" license = { "text" = "Eclipse Public License 2.0 (EPL-2.0)" } dynamic = ["version"] # defined by pbr -- GitLab