-
Notifications
You must be signed in to change notification settings - Fork 179
python 2->3 #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 2->3 #609
Conversation
ref #601 |
@davidhyman I would like to have the workflows as part of this PR please. We may need to block this on support for |
Looks great! Thanks @davidhyman. This would have to wait until the other mbed OS tools need to support Python3 first as @theotherjimmy explained. |
@theotherjimmy @screamerbg Once this (ARMmbed/mbed-os#6592) goes in, would anyone be opposed to moving this PR along? |
@davidhyman Could you please rebase this PR? |
@davidhyman I wanted to check something with this PR. The goal should be to add compatibility to make sure that mbed-cli can run with either Py2 or Py3. Does this PR do that? If so, would you mind changing the PR title to reflect this? ( |
@davidhyman Could you please rebase this PR on top of master? |
Closing due to inactivity. Changes will be integrated into a separate PR for review. |
according to futurize
+ some minor fixes
Really we'll need something like workflows on circleci 2 to check the full test suite against Python3. Could do that as a separate ticket, or the same.