We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274ef77 commit f9c3f71Copy full SHA for f9c3f71
.github/workflows/build_and_publish.yml
@@ -55,7 +55,7 @@ jobs:
55
env:
56
# No XGBoost wheels for 32bit Windows
57
CIBW_BUILD: "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
58
- CIBW_SKIP: "cp36-*" # EOL
+ CIBW_SKIP: "cp36-* cp39-macosx_x86_64" # EOL & build issue #216
59
CIBW_BEFORE_ALL_MACOS: "brew install libomp"
60
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
61
CIBW_TEST_REQUIRES: "pytest"
0 commit comments