Skip to content

Commit

Permalink
Allow Python < 3.10 on macOS M1 instances
Browse files Browse the repository at this point in the history
Revert parts of 04e0ee8
  • Loading branch information
kdeldycke committed Apr 25, 2024
1 parent a4f9f06 commit 72ed6f1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yaml
Expand Up @@ -56,9 +56,6 @@ jobs:
# List of variants to exclude from the matrix.
exclude: 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"},
]
# List of unstable criterions.
Expand Down

0 comments on commit 72ed6f1

Please sign in to comment.