Skip to content

Commit

Permalink
Exclude "Python" 3.8 on "Windows" from "CI" matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Sep 30, 2022
1 parent ce73e82 commit db84d05
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-20.04, windows-latest]
python-version: [3.8, 3.9, '3.10']
exclude:
- os: windows-latest
python-version: 3.8
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit db84d05

Please sign in to comment.