Skip to content

Commit cf59294

Browse files
committed
Added the minimum python requirements.
1 parent 21542d3 commit cf59294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
author_email="jtonye@ymail.com",
3232
license="MIT",
3333
packages=find_packages(),
34+
python_requires='>=3.6',
3435
install_requires=[
3536
"asyncclick",
3637
"asyncio",

0 commit comments

Comments
 (0)