Skip to content

Commit

Permalink
Don't build 3.7 on mac/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MerlijnWajer committed Jul 3, 2024
1 parent dc28242 commit 777221f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CIBW_BUILD: cp37-* cp38-* cp39-* cp310-* cp311-*
CIBW_SKIP: cp36-* *-win32 *-manylinux_i686 pp* *musllinux*
CIBW_SKIP: cp36-* cp37-*win* cp37-*mac* *-win32 *-manylinux_i686 pp* *musllinux*
strategy:
matrix:
os: [ubuntu-20.04, windows-latest, macos-13]
os: [ubuntu-20.04, windows-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 777221f

Please sign in to comment.