From c0e31b3c12651d24ab175895c7d2e19ad44f20bc 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 485d231..18426b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ 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 in tool.setuptools_scm readme = "README.md" license = { file = "LICENSE" } -classifiers = [ +classifiers = [ "Development Status :: 2 - Pre-Alpha", "Programming Language :: Python :: 3" ] -- GitLab