We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175d5f7 commit 30b2e5aCopy full SHA for 30b2e5a
1 file changed
.github/workflows/build-wheels.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: pypa/cibuildwheel@v2.22.0
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*"
51
CIBW_BUILD_FRONTEND: build
52
CIBW_BUILD_VERBOSITY: 1
0 commit comments