1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-25 18:25:09 +00:00
This commit is contained in:
VarMonke 2022-04-27 11:09:39 +05:30
parent 720b9f5e8d
commit 6417a3592c

View file

@ -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',
)