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