Skip to content

Commit 3bbf105

Browse files
committed
ci: disable free-threaded support for wheel builds
1 parent 2644f27 commit 3bbf105

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
4949
CIBW_SKIP: "*-win32 *i686"
50+
CIBW_FREE_THREADED_SUPPORT: False
5051
CIBW_BUILD_FRONTEND: build
5152
CIBW_BUILD_VERBOSITY: 3
5253
CIBW_TEST_REQUIRES: pytest scipy

0 commit comments

Comments
 (0)