We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9624d commit 0d9378bCopy full SHA for 0d9378b
.github/workflows/build-wheels.yml
@@ -46,8 +46,7 @@ jobs:
46
uses: pypa/cibuildwheel@v3.3.1
47
env:
48
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49
- CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
50
- CIBW_SKIP: "*-win32 *i686 pp3*"
+ CIBW_SKIP: "*-win32 *i686"
51
CIBW_BUILD_FRONTEND: build
52
CIBW_BUILD_VERBOSITY: 3
53
CIBW_TEST_REQUIRES: pytest scipy
0 commit comments