We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1988a72 commit d0bf3bfCopy full SHA for d0bf3bf
mbed/mbed.py
@@ -2989,7 +2989,7 @@ def main():
2989
2990
# Python 3 backwards compatability warning
2991
if sys.version_info[0] == 3:
2992
- warning("Usage of Python 3 requires Mbed OS >= v5.9")
+ warning("If you're using Python 3 with Mbed OS 5.8 and earlier versions, Python errors will occur when compiling, testing and exporting")
2993
2994
pargs, remainder = parser.parse_known_args()
2995
status = 1
0 commit comments