Skip to content

Commit 179d241

Browse files
committed
skip 3.14t
1 parent e1807e7 commit 179d241

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels314.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)