Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
skip cp38 on macos
  • Loading branch information
methane committed May 31, 2025
commit 194ba07ac30883fe40c035f9b03583466ef7abec
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
CIBW_TEST_REQUIRES: "pytest"
CIBW_TEST_COMMAND: "pytest {package}/test"
CIBW_SKIP: "pp*"
CIBW_SKIP: "pp* cp38-macosx_*"

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