Skip to content

Commit b9648c8

Browse files
committed
try again skip free-threaded
1 parent 3bbf105 commit b9648c8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
uses: pypa/cibuildwheel@v3.4.1
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49-
CIBW_SKIP: "*-win32 *i686"
50-
CIBW_FREE_THREADED_SUPPORT: False
49+
CIBW_SKIP: "*-win32 *i686 cp3??t-*"
5150
CIBW_BUILD_FRONTEND: build
5251
CIBW_BUILD_VERBOSITY: 3
5352
CIBW_TEST_REQUIRES: pytest scipy

0 commit comments

Comments
 (0)