File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
doc/api/next_api_changes/development Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 python {package}/ci/check_version_number.py
108108 # Apple Silicon machines are not available for testing, so silence the
109109 # warning from cibuildwheel. Remove the skip when they're available.
110- CIBW_TEST_SKIP : " *-macosx_arm64 *-macosx_universal2:arm64 "
110+ CIBW_TEST_SKIP : " *-macosx_arm64"
111111 MACOSX_DEPLOYMENT_TARGET : " 10.12"
112112 MPL_DISABLE_FH4 : " yes"
113113 strategy :
@@ -118,9 +118,9 @@ 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
123- cibw_archs : " x86_64 universal2 arm64"
123+ cibw_archs : " x86_64 arm64"
124124
125125 steps :
126126 - name : Set up QEMU
Original file line number Diff line number Diff line change 1- Wheels for 32-bit Linux are no longer distributed
1+ Wheels for some systems are no longer distributed
22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
6+
7+ Multi-architecture ``universal2 `` wheels for macOS are no longer provided on PyPI since
8+ Matplotlib 3.8. In general, ``pip `` will always prefer the architecture-specific
9+ (``amd64 ``- or ``arm64 ``-only) wheels, so these provided little benefit.
You can’t perform that action at this time.
0 commit comments