Skip to content

Commit ee7c34c

Browse files
committed
Use March 20 commit 93a7d09d47d8aae0dfcea41d06f4b140a1161499
1 parent ca449e9 commit ee7c34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibw_before_build_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_conf
1010
if [[ $FREE_THREADED_BUILD == "True" ]]; then
1111
python -m pip install -U pip
1212
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
13-
python -m pip install git+https://github.com/cython/cython.git@826d852716af77ed407a7e1cfda6d516a13e784b
13+
python -m pip install git+https://github.com/cython/cython.git@93a7d09d47d8aae0dfcea41d06f4b140a1161499
1414
python -m pip install "ninja<1.11.1.4" meson-python versioneer[toml] numpy==2.2.2
1515
fi

0 commit comments

Comments
 (0)