Skip to content

Commit

Permalink
Skip Python 3.12 for building wheels because of a problem with
Browse files Browse the repository at this point in the history
numpy.distutils, see numpy/numpy#23808
  • Loading branch information
ghislainv committed Dec 18, 2023
1 parent c2c8b42 commit 738931c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: pp* cp27-win*
CIBW_SKIP: pp* cp27-win* cp312-*
CIBW_BEFORE_BUILD: pip install numpy
- uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python3 -m cibuildwheel --output-dir wheelhouse
env:
CIBW_SKIP: pp* cp27-win*
CIBW_SKIP: pp* cp27-win* cp312-*
CIBW_BEFORE_BUILD: pip install numpy
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 738931c

Please sign in to comment.