Skip to content

Commit 9bb152d

Browse files
authored
CI: Pin Cython to a specific commit Window PY3.13t builds (#61261)
1 parent 00d8d2a commit 9bb152d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/cibw_before_build.sh

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ done
77
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
88
if [[ $FREE_THREADED_BUILD == "True" ]]; then
99
python -m pip install -U pip
10-
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
11-
python -m pip install ninja meson-python versioneer[toml]
10+
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
11+
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
12+
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
13+
python -m pip install ninja meson-python versioneer[toml] numpy
1214
fi

0 commit comments

Comments
 (0)