Skip to content

Commit

Permalink
ignore test failures due to old Python versions being unavailable on …
Browse files Browse the repository at this point in the history
…macos-latest
  • Loading branch information
JostMigenda committed Apr 23, 2024
1 parent 0e65947 commit fc46035
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# Python <3.10 is currently unavailable on `macos-latest` runners with aarch64
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
- os: macos-latest
python-version: '3.8'
- os: macos-latest
python-version: '3.9'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fc46035

Please sign in to comment.