Skip to content

Commit c5dabfa

Browse files
committed
fixup! EXP: don't skip intermediate Pythons
1 parent cd01ba6 commit c5dabfa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ jobs:
6262
CIBW_ARCHS: ${{ matrix.arch }}
6363
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6464
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
65-
# Emulated testing is slow, so trust that the Python 3.14 test is good enough on aarch64
66-
# (takes about 5 minutes per wheel to build, and 5 minutes to test)
67-
CIBW_TEST_SKIP: "cp3{10,11,12,13}-*_aarch64"
6865
CIBW_TEST_GROUPS: dev
6966
CIBW_TEST_COMMAND: >
7067
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&

0 commit comments

Comments
 (0)