Skip to content

Commit

Permalink
Skip python=3.8 as it is no longer available on macos-latest (= M1 ru…
Browse files Browse the repository at this point in the history
…nner)
  • Loading branch information
marcelzwiers committed Apr 24, 2024
1 parent e33537b commit 5bac582
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
matrix:
python-version: ['3.8', '3.12']
os: [ubuntu-latest, macos-latest, windows-latest]

exclude:
- os: macos-latest
python-version: '3.8'
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 5bac582

Please sign in to comment.