Skip to content

Commit

Permalink
drop 38 and skip 312 in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 9, 2024
1 parent 9aa0af0 commit 29db584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
# These needs to rotate every new Python release.
run: |
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-*"
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-* cp312-*"
else
CIBW_SKIP="pp* cp36-* cp37-* *-musllinux*"
CIBW_SKIP="pp* cp36-* cp37-* cp38-* *-musllinux*"
fi
echo "CIBW_SKIP=$CIBW_SKIP" >> $GITHUB_ENV
echo "Setting CIBW_SKIP=$CIBW_SKIP"
Expand Down

0 comments on commit 29db584

Please sign in to comment.