Skip to content

Commit fa9f977

Browse files
committed
testing builds for python 3.13 adn 3.14 for free threading support
1 parent 90f6197 commit fa9f977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build wheels
4141
env:
42-
CIBW_BUILD: "cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"
42+
CIBW_BUILD: "cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64 cp313-manylinux_x86_64 cp314-manylinux_x86_64"
4343
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
4444
CIBW_BUILD_VERBOSITY: "3"
4545
CIBW_BEFORE_ALL: |
@@ -122,7 +122,7 @@ jobs:
122122

123123
- name: Build wheels
124124
env:
125-
CIBW_BUILD: "cp310-* cp311-* cp312-*"
125+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
126126
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
127127
CIBW_BUILD_VERBOSITY: "3"
128128
CIBW_ENVIRONMENT: >
@@ -197,8 +197,8 @@ jobs:
197197
198198
- name: Build wheels
199199
env:
200-
CIBW_BUILD: "cp310-* cp311-* cp312-*"
201-
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* cp39-* cp313-*"
200+
CIBW_BUILD: "cp310-* cp311-* cp312-* cp313-* cp314-*"
201+
CIBW_SKIP: "pp* cp36-* cp37-* cp38-* cp39-*"
202202
CIBW_ARCHS_WINDOWS: ${{ matrix.architecture == 'x86' && 'x86' || 'AMD64' }}
203203
CIBW_BUILD_VERBOSITY: "3"
204204
DISTUTILS_USE_SDK: "1"

0 commit comments

Comments
 (0)