LaboratoireMecaniqueLille / crappy

Command and Real-time Acquisition Parallelized in Python
https://crappy.readthedocs.io/en/stable/
GNU General Public License v2.0
78 stars 16 forks source link

Update GitHub actions #122

Closed WeisLeDocto closed 4 months ago

WeisLeDocto commented 4 months ago

The latest automated run of GitHub actions crashed as the version used for the macOS-latest builder was recently updated and no longer supports Python 3.7.

This PR removes Python3.7 + mac0S from the list of possible runners, to avoid future crashes. Support for Python 3.7 is anyway planned for removal (#63). In addition, the GitHub actions file is updated with more comments and a clearer syntax.