File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,7 @@ if ((NOT FAST_BUILD OR ALL_TESTS) AND NOT (BUILD_EXTRA_UNIT_ONLY))
258258 "lseu\; 1120|1119.9999999\; "
259259 "egout\; (568.1007|568.1006999)\; "
260260 "gt2\; 21166\; "
261- "rgn\; 82.1999992 \; "
261+ "rgn\; 82.19999 \; "
262262 "bell5\; (8966406.49152|8966406.491519|8966406.49151)\; "
263263 "sp150x300d\; (69|68.9999999)\; "
264264 "p0548\; (8691|8690.9999999)\; "
Original file line number Diff line number Diff line change @@ -202,12 +202,11 @@ testpaths = ["tests"]
202202
203203[tool .cibuildwheel ]
204204build = " *"
205- skip = " cp3{6,7}-* "
205+ archs = [ " auto64 " , " auto32 " ]
206206
207207# Enable free-threaded support
208- free-threaded-support = true
208+ enable = [ " cpython-freethreading " ]
209209
210210test-command = " pytest {project}/tests"
211211test-extras = [" test" , " numpy" ]
212- test-skip = [" *universal2:arm64" ]
213212build-verbosity = 1
You can’t perform that action at this time.
0 commit comments