Skip to content

Commit 6f3ef4c

Browse files
committed
Remove warning about Python 3
Tools should now support Python 3, although old versions of mbed-os will still not work as the tools are baked into the OS.
1 parent 4636d84 commit 6f3ef4c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mbed/mbed.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,10 +3427,6 @@ def main():
34273427
log(ver+"\n")
34283428
sys.exit(0)
34293429

3430-
# Python 3 backwards compatability warning
3431-
if sys.version_info[0] == 3:
3432-
warning("Python 3 is not yet fully supported: Python errors may occur when compiling, testing and exporting")
3433-
34343430
pargs, remainder = parser.parse_known_args()
34353431
status = 1
34363432

0 commit comments

Comments
 (0)