Skip to content

Commit 4a260e3

Browse files
committed
ci: Remove cibuildwheel override for Python 3.14 testing
These all have 3.14 wheels available now that the release candidate is out.
1 parent 5db4752 commit 4a260e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ jobs:
151151
CIBW_ENABLE: "cpython-freethreading cpython-prerelease"
152152
CIBW_ARCHS: ${{ matrix.cibw_archs }}
153153
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
158154

159155
- name: Build wheels for CPython 3.13
160156
uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3

0 commit comments

Comments
 (0)