Skip to content

Commit 29db584

Browse files
committed
drop 38 and skip 312 in PRs
1 parent 9aa0af0 commit 29db584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
# These needs to rotate every new Python release.
8585
run: |
8686
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
87-
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-*"
87+
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-* cp312-*"
8888
else
89-
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux*"
89+
CIBW_SKIP="pp* cp36-* cp37-* cp38-* *-musllinux*"
9090
fi
9191
echo "CIBW_SKIP=$CIBW_SKIP" >> $GITHUB_ENV
9292
echo "Setting CIBW_SKIP=$CIBW_SKIP"

0 commit comments

Comments
 (0)