Skip to content

Commit 30b2e5a

Browse files
committed
update cibuildwheel configuration to specify Python 3.10 to 3.14 builds
1 parent 175d5f7 commit 30b2e5a

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
@@ -46,6 +46,7 @@ jobs:
4646
uses: pypa/cibuildwheel@v2.22.0
4747
env:
4848
# All cibuildwheel options are here (nothing "hidden" in pyproject.toml)
49+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
4950
CIBW_SKIP: "*-win32 *i686 pp3*"
5051
CIBW_BUILD_FRONTEND: build
5152
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)