Skip to content

Commit

Permalink
ci: do not build oldest python on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Apr 24, 2024
1 parent 268028e commit 977f94b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12-dev', 'pypy-3.7', 'pypy-3.8']
exclude:
- python-version: '3.7'
os: macos-latest
- python-version: '3.8'
os: macos-latest
- python-version: '3.9'
os: macos-latest
- python-version: 'pypy-3.7'
os: macos-latest
- python-version: 'pypy-3.8'
os: macos-latest
steps:
- uses: actions/checkout@v3
- name: Get history and tags for SCM versioning to work
Expand Down

0 comments on commit 977f94b

Please sign in to comment.