File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- name : Build wheels
41
41
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 "
43
43
CIBW_MANYLINUX_X86_64_IMAGE : manylinux_2_28
44
44
CIBW_BUILD_VERBOSITY : " 3"
45
45
CIBW_BEFORE_ALL : |
@@ -122,7 +122,7 @@ jobs:
122
122
123
123
- name : Build wheels
124
124
env :
125
- CIBW_BUILD : " cp310-* cp311-* cp312-*"
125
+ CIBW_BUILD : " cp310-* cp311-* cp312-* cp313-* cp314-* "
126
126
CIBW_ARCHS_MACOS : ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
127
127
CIBW_BUILD_VERBOSITY : " 3"
128
128
CIBW_ENVIRONMENT : >
@@ -197,8 +197,8 @@ jobs:
197
197
198
198
- name : Build wheels
199
199
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-*"
202
202
CIBW_ARCHS_WINDOWS : ${{ matrix.architecture == 'x86' && 'x86' || 'AMD64' }}
203
203
CIBW_BUILD_VERBOSITY : " 3"
204
204
DISTUTILS_USE_SDK : " 1"
You can’t perform that action at this time.
0 commit comments