Skip to content

Commit e0d9ca1

Browse files
committed
Minimum Python 3 version is 3.4, requires mbed-os-tools 0.0.9
1 parent f6780ca commit e0d9ca1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

setup.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,20 @@
3232
'mbed-cli=mbed.mbed:main',
3333
]
3434
},
35-
python_requires='>=2.7.10,!=3.0.*,!=3.1.*,<4',
35+
python_requires='>=2.7.10, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.0, !=3.4.1, !=3.4.2, <4',
3636
classifiers=(
37-
"Programming Language :: Python :: 2",
38-
"Programming Language :: Python :: 3",
37+
'Programming Language :: Python :: 2',
38+
'Programming Language :: Python :: 2.7',
39+
'Programming Language :: Python :: 3',
40+
'Programming Language :: Python :: 3.4',
41+
'Programming Language :: Python :: 3.5',
42+
'Programming Language :: Python :: 3.6',
43+
'Programming Language :: Python :: 3.7',
3944
"License :: OSI Approved :: Apache Software License",
4045
"Operating System :: OS Independent",
4146
),
4247
install_requires=[
4348
"pyserial>=3.0,<4.0",
44-
"mbed-os-tools<0.1.0",
49+
"mbed-os-tools>=0.0.9,<0.1.0",
4550
]
4651
)

0 commit comments

Comments
 (0)