Skip to content

Commit 145a1ef

Browse files
committed
cibw fixes
1 parent 4464e5f commit 145a1ef

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ select = [
132132
# Switch to using build
133133
build-frontend = "build"
134134
# Disable building py3.6/7/8, pp3.8, 32bit linux
135-
skip = ["cp314*", "cp36-*", "cp37-*", "cp38-*", "*_i686", "*-musllinux_*", "cp31?t-*"]
135+
skip = ["cp314*", "*-win32", "*_i686", "*-musllinux_*", "cp31?t-*"]
136136
# Run the package tests using `pytest`
137137
test-extras = "test"
138138
test-command = "pytest -v {package}/tests"
139+
140+
environment.PIP_ONLY_BINARY = "numpy,scipy"
141+
environment.PIP_PREFER_BINARY = "1"

0 commit comments

Comments
 (0)