File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,11 @@ jobs:
139
139
architecture : x64
140
140
cibw :
141
141
arch : ARM64
142
- skip : " cp37*"
142
+ # FIXME:
143
+ # 313t fails with:
144
+ # Could NOT find Python (missing: Interpreter Development.Module) (found version "3.13.4")
145
+ # unclear why
146
+ skip : " cp313t*"
143
147
144
148
steps :
145
149
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -183,8 +183,6 @@ MACOSX_DEPLOYMENT_TARGET = "10.15"
183
183
184
184
[tool .cibuildwheel .windows ]
185
185
before-all = " python buildutils/bundle.py licenses"
186
- # free-threaded doesn't seem to work on Windows
187
- enable = [" pypy" ]
188
186
repair-wheel-command = """ \
189
187
delvewheel repair \
190
188
-v \
@@ -204,9 +202,9 @@ repair-wheel-command = """\
204
202
"cmake.define.ZMQ_HAVE_IPC" = " OFF"
205
203
"cmake.define.POLLER" = " select"
206
204
207
- # manylinux2014 for (less) old cp37-9, pp37-8
205
+ # manylinux2014 for old Python <= 3.9
208
206
[[tool .cibuildwheel .overrides ]]
209
- select = " cp3{7, 8,9}-* pp3{7,8 }-*"
207
+ select = " cp3{8,9}-* pp3{8,9 }-*"
210
208
manylinux-x86_64-image = " manylinux2014"
211
209
manylinux-i686-image = " manylinux2014"
212
210
You can’t perform that action at this time.
0 commit comments