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 91d2d56 commit 02bce13Copy full SHA for 02bce13
setup.py
@@ -88,7 +88,7 @@ def read_extras(*prefixes):
88
keywords=[
89
# eg: "keyword1", "keyword2", "keyword3",
90
],
91
- python_requires='>=3.6',
+ python_requires=">=3.6",
92
install_requires=INSTALL_REQUIRES
93
# eg: "aspectlib==1.1.1", "six>=1.7",
94
,
0 commit comments