diff --git a/pyproject.toml b/pyproject.toml
index 485d2315edc7dfedbabc826efb1c0dd3a2887db0..18426b51ffc1707e337767a35e04f762e20ca579 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"
     ]