Skip to content

Commit

Permalink
macos-14 runners are unstable for Python < 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Feb 11, 2024
1 parent 6ccd042 commit 23e32d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
# List of unstable criterions.
unstable: list[dict[str, str]] = [
# XXX Python <3.10 is not available on new macOS M1 runners.
# See: https://github.com/actions/setup-python/issues/808
{"os": "macos-14", "python-version": "3.8"},
{"os": "macos-14", "python-version": "3.9"},
# msgpack does not work on Python 3.13-dev yet:
# https://github.com/msgpack/msgpack-python/issues/573
{"python-version": "3.13-dev"},
Expand Down

0 comments on commit 23e32d8

Please sign in to comment.