1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-29 04:05:11 +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', description='An asynchronous python wrapper around the GitHub API',
long_description=readme, long_description=readme,
install_requires=requirements, install_requires=requirements,
python_requires='>=3.10.0', python_requires='>=3.8.0',
) )