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