Skip to content

Commit 59b9f35

Browse files
committed
test: also use cython 3 on Windows
1 parent f759cc5 commit 59b9f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ mv libpython${VER}.a libs
4040
# Install build dependencies #
4141
###################################################
4242

43-
pip install Cython numpy delvewheel
43+
pip install cython==3.0.0a11 numpy delvewheel

0 commit comments

Comments
 (0)