Skip to content

Commit f9c3f71

Browse files
committed
Skip builds for macOS Python 3.9 (see #216)
1 parent 274ef77 commit f9c3f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
# No XGBoost wheels for 32bit Windows
5757
CIBW_BUILD: "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
58-
CIBW_SKIP: "cp36-*" # EOL
58+
CIBW_SKIP: "cp36-* cp39-macosx_x86_64" # EOL & build issue #216
5959
CIBW_BEFORE_ALL_MACOS: "brew install libomp"
6060
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
6161
CIBW_TEST_REQUIRES: "pytest"

0 commit comments

Comments
 (0)