Skip to content

Commit

Permalink
Bump Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Nov 27, 2024
1 parent 08994bf commit 332dc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
CIBW_BEFORE_BUILD: pip install cython==3.0.8 && pip install -e . && python build.py
CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: pytest --showlocals {package}/tests
CIBW_SKIP: "{pp*}"
Expand Down

0 comments on commit 332dc89

Please sign in to comment.