From 78bfbf3e17334b4b3d5260f053709cb023f877af Mon Sep 17 00:00:00 2001 From: NAUD Maxence <maxence.naud@cea.fr> Date: Tue, 28 Jan 2025 16:19:52 +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 248df13..d0176c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ description="Opencv implementations of the operators and tensor of aidge framewo dependencies = [ "numpy>=1.21.6", ] -requires-python = ">= 3.7" +requires-python = ">= 3.8" dynamic = ["version"] # defined by pbr readme = "README.md" license = { file = "LICENSE" } -- GitLab