Skip to content

Commit e90343a

Browse files
committed
fixes to master
1 parent 246107a commit e90343a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

check/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)\;"

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,11 @@ testpaths = ["tests"]
202202

203203
[tool.cibuildwheel]
204204
build = "*"
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

210210
test-command = "pytest {project}/tests"
211211
test-extras = ["test", "numpy"]
212-
test-skip = ["*universal2:arm64"]
213212
build-verbosity = 1

0 commit comments

Comments
 (0)