Skip to content

Commit

Permalink
Fix #788: require minimum of Python 3.6 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stennie committed Feb 11, 2020
1 parent 3c24a8c commit dedd513
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# test for 2.7-included packages, add to requirements if not available
install_requires = ['six', 'python-dateutil>=2.7']

python_requires='>=3.6'

# Additional dependencies from requirements.txt that should be installed
# for full mtools feature support. These are optional dependencies to
# simplify the default install experience, particularly where a build
Expand Down

0 comments on commit dedd513

Please sign in to comment.