We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c03077 commit fcda89fCopy full SHA for fcda89f
2 files 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==3.0.0a11 delvewheel
+ CIBW_BEFORE_BUILD: pip install numpy cython==3.0.0b2 delvewheel
47
CIBW_ENVIRONMENT: >
48
C_INCLUDE_PATH=$(pwd)/.local/include/
49
LIBRARY_PATH=$(pwd)/.local/lib/
bin/cibw_before_build_windows.sh
@@ -40,4 +40,4 @@ mv libpython${VER}.a libs
40
# Install build dependencies #
41
###################################################
42
-pip install cython==3.0.0a11 numpy delvewheel
+pip install cython==3.0.0b2 numpy delvewheel
0 commit comments