sco1 / skyportal

A PyPortal based flight tracker
MIT License
1 stars 0 forks source link

Name of mpy-cross executable for macos changing #28

Open jepler opened 4 months ago

jepler commented 4 months ago

In CircuitPython we plan to update the version of macos used to build mpy-cross, as macos 11 runners are deprecated and due for removal. At the same time, we renamed the binary, removing the macos version number specifier: https://github.com/adafruit/circuitpython/pull/9329

This change will probably first roll out in circuitpython 9.0.6 and circuitpython 9.1.0-beta.3.

Based on code search, this change will likely affect this project.

sco1 commented 4 months ago

Thanks! Will keep an eye out for the release & update the vendored utils accordingly.