File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ jobs:
128
128
cibw_archs : " aarch64"
129
129
- os : windows-latest
130
130
cibw_archs : " auto64"
131
+ - os : windows-11-arm
132
+ cibw_archs : " auto64"
131
133
- os : macos-13
132
134
cibw_archs : " x86_64"
133
135
- os : macos-14
@@ -167,7 +169,6 @@ jobs:
167
169
CIBW_BUILD : " cp311-*"
168
170
CIBW_ARCHS : ${{ matrix.cibw_archs }}
169
171
170
-
171
172
- name : Build wheels for PyPy
172
173
uses : pypa/cibuildwheel@faf86a6ed7efa889faf6996aa23820831055001a # v2.23.3
173
174
with :
@@ -178,7 +179,7 @@ jobs:
178
179
CIBW_ENABLE : pypy
179
180
# No wheels available for Pillow with pp311 yet.
180
181
CIBW_TEST_SKIP : " pp311*"
181
- if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
182
+ if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest' && matrix.os != 'windows-11-arm'
182
183
183
184
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
184
185
with :
Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ local_scheme = "node-and-date"
86
86
parentdir_prefix_version = " matplotlib-"
87
87
fallback_version = " 0.0+UNKNOWN"
88
88
89
+ [[tool .cibuildwheel .overrides ]]
90
+ select = " *-win_arm64"
91
+ before-test = " pip install --pre numpy"
92
+
89
93
[tool .isort ]
90
94
known_pydata = " numpy, matplotlib.pyplot"
91
95
known_firstparty = " matplotlib,mpl_toolkits"
You can’t perform that action at this time.
0 commit comments