Skip to content

Commit 780788d

Browse files
committed
Add python_requires to specify which versions of python Mbed CLI is compatible with
1 parent b97a944 commit 780788d

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)