We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0570e0f commit 91d2d56Copy full SHA for 91d2d56
setup.py
@@ -88,6 +88,7 @@ def read_extras(*prefixes):
88
keywords=[
89
# eg: "keyword1", "keyword2", "keyword3",
90
],
91
+ python_requires='>=3.6',
92
install_requires=INSTALL_REQUIRES
93
# eg: "aspectlib==1.1.1", "six>=1.7",
94
,
0 commit comments