Skip to content

Commit

Permalink
Merge pull request #205 from datalad/more-py-vers
Browse files Browse the repository at this point in the history
Most older Pythons are now available on arm64 macos-latest
  • Loading branch information
jwodder committed Jun 10, 2024
2 parents e530c62 + f2c966c commit 39d055c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,9 @@ jobs:
- 'pypy-3.10-v7.3.15'
toxenv: [py]
exclude:
# No older Pythons on arm64 macos-latest
# Not available on arm64 macos-latest:
- 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.8'
os: macos-latest
- python-version: 'pypy-3.9'
os: macos-latest
include:
- python-version: '3.7'
toxenv: lint
Expand Down

0 comments on commit 39d055c

Please sign in to comment.