We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b4737 commit b24ec90Copy full SHA for b24ec90
1 file changed
.github/workflows/buildwheel.yml
@@ -43,7 +43,7 @@ jobs:
43
CIBW_BEFORE_ALL_MACOS: bin/cibw_before_all_macosx_x86_64.sh
44
CIBW_BEFORE_ALL_WINDOWS: msys2 -c bin/cibw_before_all_windows.sh
45
CIBW_BEFORE_BUILD_WINDOWS: msys2 -c bin/cibw_before_build_windows.sh
46
- CIBW_BEFORE_BUILD: pip install numpy cython delvewheel
+ CIBW_BEFORE_BUILD: pip install numpy cython==3.0.0a11 delvewheel
47
CIBW_ENVIRONMENT: >
48
C_INCLUDE_PATH=$(pwd)/.local/include/
49
LIBRARY_PATH=$(pwd)/.local/lib/
0 commit comments