Skip to content

Commit fcda89f

Browse files
committed
Use cython 3.0.0b2
1 parent 3c03077 commit fcda89f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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==3.0.0a11 delvewheel
46+
CIBW_BEFORE_BUILD: pip install numpy cython==3.0.0b2 delvewheel
4747
CIBW_ENVIRONMENT: >
4848
C_INCLUDE_PATH=$(pwd)/.local/include/
4949
LIBRARY_PATH=$(pwd)/.local/lib/

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==3.0.0a11 numpy delvewheel
43+
pip install cython==3.0.0b2 numpy delvewheel

0 commit comments

Comments
 (0)