Skip to content

Commit 332dc89

Browse files
committed
Bump Cython
1 parent 08994bf commit 332dc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build wheels
3535
run: python -m cibuildwheel --output-dir dist
3636
env:
37-
CIBW_BEFORE_BUILD: pip install cython==3.0.8 && pip install -e . && python build.py
37+
CIBW_BEFORE_BUILD: pip install Cython==3.0.11 && pip install -e . && python build.py
3838
CIBW_TEST_REQUIRES: pytest
3939
CIBW_TEST_COMMAND: pytest --showlocals {package}/tests
4040
CIBW_SKIP: "{pp*}"

0 commit comments

Comments
 (0)