Skip to content

Commit

Permalink
CI: Skip tests on v3.7/macos: GH lacks Python v3.7 on ARM-based macos
Browse files Browse the repository at this point in the history
Upstream issue: actions/setup-python#856
  • Loading branch information
jherland committed May 6, 2024
1 parent ca60076 commit 218ce92
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 @@ -9,6 +9,10 @@ jobs:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [macos-latest, windows-latest, ubuntu-latest]
exclude:
# GHA no longer supports Python v3.7 on macos (no v3.7 available for arm64)
- python-version: "3.7"
os: macos-latest
runs-on: ${{ matrix.os }}
timeout-minutes: 15

Expand Down

0 comments on commit 218ce92

Please sign in to comment.