Skip to content

Commit

Permalink
Merge pull request #662 from screamerbg/f/fix-python-req
Browse files Browse the repository at this point in the history
Fix: Add python_requires to specify compatible python versions
  • Loading branch information
screamerbg authored Apr 26, 2018
2 parents b97a944 + 780788d commit 99e6dc1
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 @@ -32,4 +32,5 @@
'mbed-cli=mbed.mbed:main',
]
},
python_requires='>=2.7.10, <3',
)

0 comments on commit 99e6dc1

Please sign in to comment.