We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa0af0 commit 29db584Copy full SHA for 29db584
.github/workflows/cibuildwheel.yml
@@ -84,9 +84,9 @@ jobs:
84
# These needs to rotate every new Python release.
85
run: |
86
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
87
- CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-*"
+ CIBW_SKIP="pp* cp36-* cp37-* *-musllinux* cp39-* cp310-* cp311-* cp312-*"
88
else
89
- CIBW_SKIP="pp* cp36-* cp37-* *-musllinux*"
+ CIBW_SKIP="pp* cp36-* cp37-* cp38-* *-musllinux*"
90
fi
91
echo "CIBW_SKIP=$CIBW_SKIP" >> $GITHUB_ENV
92
echo "Setting CIBW_SKIP=$CIBW_SKIP"
0 commit comments