Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da5aaeb

Browse files
committed
Stop building 32-bit Windows wheels
Upstream `contourpy` has stopped building these wheels in their latest 1.1.0 release. Partially, this was because they thought we did, but also because NumPy will for 2.0, and it's more difficult to do with Meson. As we shall also be porting to Meson, we might as well turn this off too.
1 parent e9e3579 commit da5aaeb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- os: ubuntu-20.04
119119
cibw_archs: "aarch64"
120120
- os: windows-latest
121-
cibw_archs: "auto"
121+
cibw_archs: "auto64"
122122
- os: macos-11
123123
cibw_archs: "x86_64 universal2 arm64"
124124

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Wheels for 32-bit Linux are no longer distributed
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
Wheels for 32-bit systems are no longer distributed
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

4-
Pre-compiled wheels for 32-bit Linux are no longer provided on PyPI since
5-
Matplotlib 3.8.
4+
Pre-compiled wheels for 32-bit Linux and Windows are no longer provided on PyPI
5+
since Matplotlib 3.8.

0 commit comments

Comments
 (0)