Skip to content

Commit 1e77473

Browse files
committed
Build for all Python versions in CI
1 parent 3d162df commit 1e77473

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
- name: Build wheels
3535
uses: pypa/cibuildwheel@v2.16.2
3636
env:
37-
CIBW_BUILD: cp312-*
38-
#CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
37+
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*
3938
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
4039
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
4140
CIBW_MANYLINUX_I686_IMAGE: manylinux2014

0 commit comments

Comments
 (0)