Skip to content

Commit

Permalink
Merge pull request #151 from ahnitz/patch-1
Browse files Browse the repository at this point in the history
update setup.py to enforce requirement of python>=3.6
  • Loading branch information
dfm committed Mar 9, 2021
2 parents 60f0d51 + d765d86 commit 66205f5
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 @@ -84,5 +84,6 @@ def find_meta(meta, meta_file=read(META_PATH)):
install_requires=INSTALL_REQUIRES,
extras_require=EXTRA_REQUIRE,
classifiers=CLASSIFIERS,
python_requires=">=3.6",
zip_safe=True,
)

0 comments on commit 66205f5

Please sign in to comment.