Skip to content

Commit 9cd7b78

Browse files
author
Alec Jacobson
committed
exclude old python on young mac
1 parent 8a93872 commit 9cd7b78

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
# importantly, github times out after 6 hours _per job_.
3737
cpversion: ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311"]
3838
os: [ { runs-on: ubuntu-latest, cibw-arch: manylinux_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_x86_64}, { runs-on: macos-latest, cibw-arch: macosx_arm64}, { runs-on: windows-latest, cibw-arch: win_amd64} ]
39+
exclude:
40+
- os: { runs-on: macos-latest, cibw-arch: macosx_arm64}
41+
cpversion: "cp36"
42+
- os: { runs-on: macos-latest, cibw-arch: macosx_arm64}
43+
cpversion: "cp37"
44+
45+
3946

4047
name: Build wheels ${{ matrix.cpversion }}-${{ matrix.os.cibw-arch }}
4148
runs-on: ${{ matrix.os.runs-on }}

0 commit comments

Comments
 (0)