Skip to content

Commit

Permalink
CI: exlucde python 3.7 on mac
Browse files Browse the repository at this point in the history
This version doesn't appear to exist.
  • Loading branch information
NickCrews committed May 30, 2024
1 parent 4f7afa7 commit 2384375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
exclude:
# Python <=3.7 is not available on mac builds on GitHub Actions
- os: macos-latest
python-version: '3.7'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 2384375

Please sign in to comment.