Skip to content

Commit b24ec90

Browse files
committed
test: use cython==3.0.0a11 to build in CI
1 parent 69b4737 commit b24ec90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_all_macosx_x86_64.sh
4444
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
4545
CIBW_BEFORE_BUILD_WINDOWS: msys2 -c bin/cibw_before_build_windows.sh
46-
CIBW_BEFORE_BUILD: pip install numpy cython delvewheel
46+
CIBW_BEFORE_BUILD: pip install numpy cython==3.0.0a11 delvewheel
4747
CIBW_ENVIRONMENT: >
4848
C_INCLUDE_PATH=$(pwd)/.local/include/
4949
LIBRARY_PATH=$(pwd)/.local/lib/

0 commit comments

Comments
 (0)