Skip to content

CI: Pin Cython to a specific commit Window PY3.13t builds #61261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions scripts/cibw_before_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ done
FREE_THREADED_BUILD="$(python -c"import sysconfig; print(bool(sysconfig.get_config_var('Py_GIL_DISABLED')))")"
if [[ $FREE_THREADED_BUILD == "True" ]]; then
python -m pip install -U pip
python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy cython
python -m pip install ninja meson-python versioneer[toml]
# python -m pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
# TODO: Remove below and uncomment above once https://github.com/cython/cython/pull/6717 no longer breaks tests
python -m pip install git+https://github.com/cython/cython.git@3276b588720a053c78488e5de788605950f4b136
python -m pip install ninja meson-python versioneer[toml] numpy
fi
Loading