Skip to content

Commit d3c2519

Browse files
committed
Use cython==3.0.0b2 in Cirruc CI as well
1 parent 5a4a2aa commit d3c2519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cibw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export CIBW_BEFORE_ALL_LINUX=bin/cibw_before_all_linux.sh
2323
export CIBW_BEFORE_ALL_MACOS=bin/cibw_before_all_macosx_arm64.sh
2424
export CIBW_BEFORE_ALL_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_all_windows.sh'
2525

26-
export CIBW_BEFORE_BUILD='pip install numpy cython delvewheel'
26+
export CIBW_BEFORE_BUILD='pip install numpy cython==3.0.0b2 delvewheel'
2727
export CIBW_BEFORE_BUILD_WINDOWS='C:\\msys64\\usr\\bin\\bash bin/cibw_before_build_windows.sh'
2828

2929
export CIBW_REPAIR_WHEEL_COMMAND_WINDOWS='bin\cibw_repair_wheel_command_windows.bat {dest_dir} {wheel}'

0 commit comments

Comments
 (0)