Skip to content

Commit

Permalink
Merge pull request #615 from cliveseldon/0.2.8_release_testing
Browse files Browse the repository at this point in the history
Require python 3.6 or above for python module
  • Loading branch information
ukclivecox authored Jun 4, 2019
2 parents bb4177a + 4cfa5c6 commit 544de16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup_requires=[
'pytest-runner'
],
python_requires='>3.4',
python_requires='>=3.6',
install_requires=[
'flask',
'flask-cors',
Expand Down

0 comments on commit 544de16

Please sign in to comment.