Skip to content

Commit

Permalink
Merge pull request #293 from daltonmaag/limit-py-version
Browse files Browse the repository at this point in the history
Mark library as requiring Python 3.6+
  • Loading branch information
anthrotype committed May 29, 2020
2 parents 3c93da9 + 09c802c commit 92708e1
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 @@ -154,6 +154,7 @@ def run(self):
package_dir={"": "Lib"},
packages=find_packages("Lib"),
include_package_data=True,
python_requires=">=3.6",
setup_requires=pytest_runner + sphinx + wheel + bump2version,
tests_require=[
'pytest>=3.0.3',
Expand Down

0 comments on commit 92708e1

Please sign in to comment.