We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21542d3 commit cf59294Copy full SHA for cf59294
1 file changed
setup.py
@@ -31,6 +31,7 @@
31
author_email="jtonye@ymail.com",
32
license="MIT",
33
packages=find_packages(),
34
+ python_requires='>=3.6',
35
install_requires=[
36
"asyncclick",
37
"asyncio",
0 commit comments