Skip to content

Commit

Permalink
Skip Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Aug 16, 2023
1 parent 43b2264 commit fe57298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
name: Build wheel on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CIBW_SKIP: pp* *-win32
CIBW_SKIP: "pp*" "*-win32" "cp312" # remove once numpy supports Python 3.12
CIBW_TEST_REQUIRES: pytest numpy
CIBW_TEST_COMMAND: "pytest -v {project}/tests"
# we are copying the shared libraries ourselves so skip magical copy
Expand Down

0 comments on commit fe57298

Please sign in to comment.