Skip to content

Commit

Permalink
Skip builds for macOS Python 3.9 (see #216)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Mar 5, 2024
1 parent 274ef77 commit f9c3f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Expand Up @@ -55,7 +55,7 @@ jobs:
env:
# No XGBoost wheels for 32bit Windows
CIBW_BUILD: "cp3*-manylinux_x86_64 cp3*-win_amd64 cp3*-macosx_x86_64"
CIBW_SKIP: "cp36-*" # EOL
CIBW_SKIP: "cp36-* cp39-macosx_x86_64" # EOL & build issue #216
CIBW_BEFORE_ALL_MACOS: "brew install libomp"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux2014"
CIBW_TEST_REQUIRES: "pytest"
Expand Down

0 comments on commit f9c3f71

Please sign in to comment.