Skip to content

Commit

Permalink
skip cp38 wheel on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Aug 19, 2024
1 parent d83689d commit f357507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
CIBW_SKIP: pp*
CIBW_SKIP: "pp* cp38-macos_*"

- name: Build sdist
if: runner.os == 'Linux'
Expand Down

0 comments on commit f357507

Please sign in to comment.