Skip to content

Commit

Permalink
Exclude Python versions not available on ARM macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 23, 2024
1 parent 82d7a5d commit 5779c9b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/install-git-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
exclude:
# Not available for ARM macOS:
- 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
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/install-zip-url.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@ jobs:
- 'pypy-3.8'
- 'pypy-3.9'
- 'pypy-3.10'
exclude:
# Not available for ARM macOS:
- 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
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ jobs:
- python-version: '3.7'
toxenv: py-oldsetup
os: ubuntu-latest
exclude:
# Not available for ARM macOS:
- 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
steps:
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5779c9b

Please sign in to comment.