Skip to content

Commit bbfa6cb

Browse files
authored
Merge pull request matplotlib#30476 from QuLogic/cibw-default-arm64
ci: Remove cibuildwheel override for win_arm64/Py3.14
2 parents eee3148 + 4a260e3 commit bbfa6cb

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
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

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ local_scheme = "node-and-date"
8686
parentdir_prefix_version = "matplotlib-"
8787
fallback_version = "0.0+UNKNOWN"
8888

89-
# FIXME: Remove this override once dependencies are available on PyPI.
90-
[[tool.cibuildwheel.overrides]]
91-
select = "*-win_arm64"
92-
before-test = """\
93-
pip install --pre \
94-
--index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple \
95-
contourpy numpy"""
96-
9789
[tool.isort]
9890
known_pydata = "numpy, matplotlib.pyplot"
9991
known_firstparty = "matplotlib,mpl_toolkits"

0 commit comments

Comments
 (0)