From 122c1979f8f43220ef072ffc9176e9fe77b6684f Mon Sep 17 00:00:00 2001 From: ramiz khaled Date: Mon, 30 Mar 2026 15:39:08 +0200 Subject: [PATCH] fix python requires version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3a32b9..393478c 100644 --- a/setup.py +++ b/setup.py @@ -55,5 +55,5 @@ def get_version(): 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', ], - python_requires = '>=3.10', + python_requires = '>=3.8', ) \ No newline at end of file