File tree 2 files changed +10
-6
lines changed
doc/api/next_api_changes/development
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
python {package}/ci/check_version_number.py
108
108
# Apple Silicon machines are not available for testing, so silence the
109
109
# 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"
111
111
MACOSX_DEPLOYMENT_TARGET : " 10.12"
112
112
MPL_DISABLE_FH4 : " yes"
113
113
strategy :
@@ -118,9 +118,9 @@ jobs:
118
118
- os : ubuntu-20.04
119
119
cibw_archs : " aarch64"
120
120
- os : windows-latest
121
- cibw_archs : " auto "
121
+ cibw_archs : " auto64 "
122
122
- os : macos-11
123
- cibw_archs : " x86_64 universal2 arm64"
123
+ cibw_archs : " x86_64 arm64"
124
124
125
125
steps :
126
126
- 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
2
2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
3
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