Skip to content

Commit cd01ba6

Browse files
committed
EXP: don't skip intermediate Pythons
1 parent cfe3322 commit cd01ba6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ jobs:
4848
# - On PPs, omit musllinux for speed
4949
# - On PRs, run just oldest and newest Python versions (3.13 is the oldest abi3 target)
5050
run: |
51-
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
52-
CIBW_SKIP="cp311-* cp312-* cp313-* *musllinux*"
53-
else
54-
CIBW_SKIP="*musllinux_aarch64"
55-
fi
5651
# skip cp310 if building on windows arm64
5752
if [[ "${{ matrix.arch }}" == "ARM64" ]]; then
5853
CIBW_SKIP="$CIBW_SKIP cp310-*"

0 commit comments

Comments
 (0)