From bbb0b049b1771df71c147a168202189ad16b1a51 Mon Sep 17 00:00:00 2001 From: NAUD Maxence <maxence.naud@cea.fr> Date: Tue, 28 Jan 2025 15:42:57 +0000 Subject: [PATCH] Change Python minimum version 3.7 -> 3.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index baa61de5..39bed4d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description="CPU implementation of operators of the AIDGE framework" dependencies = [ "numpy", ] -requires-python = ">= 3.7" +requires-python = ">= 3.8" readme = "README.md" license = { file = "LICENSE" } classifiers = [ -- GitLab