We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2644f27 commit 3bbf105Copy full SHA for 3bbf105
1 file changed
.github/workflows/build-wheels.yml
@@ -47,6 +47,7 @@ jobs:
47
env:
48
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49
CIBW_SKIP: "*-win32 *i686"
50
+ CIBW_FREE_THREADED_SUPPORT: False
51
CIBW_BUILD_FRONTEND: build
52
CIBW_BUILD_VERBOSITY: 3
53
CIBW_TEST_REQUIRES: pytest scipy
0 commit comments