Skip to content

Commit 3d162df

Browse files
committed
Only build wheels for 3.12
1 parent 211aba0 commit 3d162df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/buildwheel.yml

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

0 commit comments

Comments
 (0)