We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5db4752 commit 4a260e3Copy full SHA for 4a260e3
.github/workflows/cibuildwheel.yml
@@ -151,10 +151,6 @@ jobs:
151
CIBW_ENABLE: "cpython-freethreading cpython-prerelease"
152
CIBW_ARCHS: ${{ matrix.cibw_archs }}
153
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
154
- CIBW_BEFORE_TEST: >-
155
- python -m pip install
156
- --index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
157
- --upgrade --pre --only-binary=:all: contourpy numpy pillow
158
159
- name: Build wheels for CPython 3.13
160
uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
0 commit comments