Skip to content

Commit

Permalink
Add python_requires (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Apr 29, 2020
1 parent 528921d commit 0c0bc61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
tests_require=TESTS_REQUIRES,
extras_require={"tests": TESTS_REQUIRES},
setup_requires=["setuptools_scm~=3.2"],
python_requires="~=3.6",
use_scm_version=True,
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 0c0bc61

Please sign in to comment.