diff --git a/setup.py b/setup.py
index 67f333d9e90d37f8f80f726ddccf193f15085dde..7b6327b52b90a290340dd36edd45b063524b2b88 100644
--- a/setup.py
+++ b/setup.py
@@ -162,7 +162,7 @@ setup(
             "pre-commit",
         ],
     },
-    #python_requires=">=3.8",
+    python_requires=">=3.8",
     classifiers=[
         "Development Status :: 5 - Production/Stable",
         "Environment :: Console",