Skip to content

Commit cf88bfb

Browse files
committed
cleanup (fme)
1 parent a3a4187 commit cf88bfb

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
@@ -61,9 +61,9 @@ jobs:
6161
CIBW_ARCHS: ${{ matrix.arch }}
6262
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
6363
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
64-
# Emulated testing is slow, so trust that the Python 3.12 test is good enough on aarch64
64+
# Emulated testing is slow, so trust that the Python 3.14 test is good enough on aarch64
6565
# (takes about 5 minutes per wheel to build, and 5 minutes to test)
66-
CIBW_TEST_SKIP: "cp39-*_aarch64 cp310-*_aarch64 cp311-*_aarch64"
66+
CIBW_TEST_SKIP: "cp3{10,11,12,13}-*_aarch64"
6767
CIBW_TEST_GROUPS: dev
6868
CIBW_TEST_COMMAND: >
6969
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&

0 commit comments

Comments
 (0)