Skip to content

Commit 99e6dc1

Browse files
authored
Merge pull request #662 from screamerbg/f/fix-python-req
Fix: Add python_requires to specify compatible python versions
2 parents b97a944 + 780788d commit 99e6dc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
'mbed-cli=mbed.mbed:main',
3333
]
3434
},
35+
python_requires='>=2.7.10, <3',
3536
)

0 commit comments

Comments
 (0)