Knio / pynmea2

Python library for parsing the NMEA 0183 protocol (GPS)
MIT License
635 stars 223 forks source link

Fix workflow #167

Closed JoepdeJong closed 7 months ago

JoepdeJong commented 7 months ago

Python 3.8 and 3.9 are since this week not available on macos-latest since they switched to arm64 (https://github.com/actions/setup-python/issues/850)

Knio commented 7 months ago

also just fixed this

JoepdeJong commented 7 months ago

also just fixed this

@Knio Just wondering, I see in https://github.com/Knio/pynmea2/commit/36d149b181a00b96c0fc36b185a36551ec1222d6 that you removed the tests from 3.9 to 3.11 for all platforms except ubuntu. Is there a reason for this? They all should work on windows, and 3.10 and 3.11 should work on macos.

Knio commented 7 months ago

I'm tired of github CI bitrotting every time someone has a PR, so -latest will hopefully last a bit longer than wheneve 3.10 rolls off....