diff --git a/pyproject.toml b/pyproject.toml
index 248df133b0c5dc4071256377287ad72458084c73..d0176c539a996a450b7f25659a42b7af3c1d93c9 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" }