From 6417a3592c009280d13c1b87275bad3ce835f3c5 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Wed, 27 Apr 2022 11:09:39 +0530 Subject: [PATCH] Dumb --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f03a342..eba24a5 100644 --- a/setup.py +++ b/setup.py @@ -23,5 +23,5 @@ setup( description='An asynchronous python wrapper around the GitHub API', long_description=readme, install_requires=requirements, - python_requires='>=3.10.0', + python_requires='>=3.8.0', ) \ No newline at end of file