diff --git a/pyproject.toml b/pyproject.toml
index baa61de57375aa97f803efb19bf59973d39ef36f..39bed4d209581b272a8491fbce6c3f28029fdd57 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 = [