Skip to content

Commit

Permalink
drop windows from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstewmon committed Jul 21, 2023
1 parent 3775615 commit 4bb9790
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: "Test"
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
runs-on: "${{ matrix.os }}"
steps:
Expand Down Expand Up @@ -205,7 +205,6 @@ jobs:
- { os: ubuntu-latest, name: manylinux }
- { os: ubuntu-latest, name: musllinux }
- { os: macos-latest, name: macosx }
- { os: windows-latest, name: win }
py:
- cp37
- cp38
Expand Down

0 comments on commit 4bb9790

Please sign in to comment.