File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 run : |
110110 python -m cibuildwheel --output-dir wheelhouse
111111 env :
112- CIBW_SKIP : cp39 -* pp* *win32 *musl*
112+ CIBW_SKIP : cp314t -* pp* *win32 *musl*
113113 CIBW_ARCHS_LINUX : ppc64le
114114 - uses : actions/upload-artifact@v4
115115 with :
@@ -147,7 +147,7 @@ jobs:
147147 run : |
148148 python -m cibuildwheel --output-dir wheelhouse
149149 env :
150- CIBW_SKIP : cp39 -* pp* *win32 *musl*
150+ CIBW_SKIP : cp314t -* pp* *win32 *musl*
151151 CIBW_ARCHS_LINUX : s390x
152152 - uses : actions/upload-artifact@v4
153153 with :
@@ -180,7 +180,7 @@ jobs:
180180 run : |
181181 python -m cibuildwheel --output-dir wheelhouse
182182 env :
183- CIBW_SKIP : cp39 -* pp* *amd64 *musl*
183+ CIBW_SKIP : cp314t -* pp* *amd64 *musl*
184184 - uses : actions/upload-artifact@v4
185185 with :
186186 path : ./wheelhouse/*.whl
You can’t perform that action at this time.
0 commit comments