Skip to content

Commit

Permalink
Exclude Python < 3.10 on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Jul 30, 2024
1 parent dd25ce6 commit de6ad6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9']
Expand All @@ -20,6 +21,10 @@ jobs:
python: pypy3
- os: macos-latest
python: pypy3
- os: macos-latest
python: 3.8
- os: macos-latest
python: 3.9

name: ${{ matrix.os }} Py ${{ matrix.python }} ${{ matrix.architecture }}
steps:
Expand Down

0 comments on commit de6ad6d

Please sign in to comment.