Skip to content

Commit

Permalink
Specify python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
XD-DENG committed Nov 7, 2019
1 parent 9a9639c commit 5b4cdf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -70,4 +70,5 @@ def create_app():
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
],
python_requires='>=3.6',
)

0 comments on commit 5b4cdf3

Please sign in to comment.