Skip to content

Commit f952dc6

Browse files
authored
Merge pull request #54 from python-desert/altendky-patch-1
python_requires=">=3.6"
2 parents c7260d3 + 80e1aa1 commit f952dc6

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
@@ -89,6 +89,7 @@ def read_extras(*prefixes):
8989
keywords=[
9090
# eg: "keyword1", "keyword2", "keyword3",
9191
],
92+
python_requires=">=3.6",
9293
install_requires=INSTALL_REQUIRES
9394
# eg: "aspectlib==1.1.1", "six>=1.7",
9495
,

0 commit comments

Comments
 (0)