You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
codeload.py and other tools for build and test still depend on Python2.7, which is now all but dead. Upgrading to Python3 is overdue.
I did some local testing with docker-sdcc and made a new version with Python3 and SDCC 3.9.0 (in 4.0.7 I experienced issues with COM port simulation in uCsim that I couldn't immediately resolve).
The text was updated successfully, but these errors were encountered:
The old codeload.py has been renamed to codeload2.py. It will serve as the functional baseline for compatibility but no features will be added (unless there is a very good reason for it).
codeload.py and other tools for build and test still depend on Python2.7, which is now all but dead. Upgrading to Python3 is overdue.
I did some local testing with docker-sdcc and made a new version with Python3 and SDCC 3.9.0 (in 4.0.7 I experienced issues with COM port simulation in uCsim that I couldn't immediately resolve).
The text was updated successfully, but these errors were encountered: