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 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"
You can’t perform that action at this time.
0 commit comments