From fe977277be04536295489829bf36175a239da1be Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sun, 27 Mar 2022 16:15:47 +0100 Subject: [PATCH] Added setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c51b10c..f03a342 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.2', + python_requires='>=3.10.0', ) \ No newline at end of file