Skip to content

Commit

Permalink
github workflows exclude os/python version combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreEBU committed Apr 15, 2024
1 parent 9c96239 commit a66e6c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
exclude:
- os: macos-latest
python-version: 3.5
- os: windows-latest
python-version: 3.5
- os: ubuntu-latest
python-version: 3.5
- os: macos-latest
python-version: 3.6
- os: windows-latest
python-version: 3.6
- os: ubuntu-latest
python-version: 3.6

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit a66e6c5

Please sign in to comment.