Skip to content

Commit

Permalink
ci: disable python 3.11 tests on mac os while that's not available
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmalacofilho committed Oct 26, 2022
1 parent 7742b87 commit 5a9984c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-from-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ jobs:
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7']
os: [ubuntu-latest, macos-latest, windows-latest]
exclude:
# mac os: exclude all but the last two python releases
- os: macos-latest
python-version: 3.9
# mac os: exclude all but the last two (available) python releases
- os: macos-latest
python-version: 3.8
- os: macos-latest
python-version: 3.7
# mac os: exclude python 3.11 since it's not yet available for runners
- os: macos-latest
python-version: 3.11
# windows: exclude all but the last two python releases
- os: windows-latest
python-version: 3.9
Expand Down

0 comments on commit 5a9984c

Please sign in to comment.