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 a3a4187 commit cf88bfbCopy full SHA for cf88bfb
.github/workflows/cibuildwheel.yml
@@ -61,9 +61,9 @@ jobs:
61
CIBW_ARCHS: ${{ matrix.arch }}
62
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
63
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
64
- # Emulated testing is slow, so trust that the Python 3.12 test is good enough on aarch64
+ # Emulated testing is slow, so trust that the Python 3.14 test is good enough on aarch64
65
# (takes about 5 minutes per wheel to build, and 5 minutes to test)
66
- CIBW_TEST_SKIP: "cp39-*_aarch64 cp310-*_aarch64 cp311-*_aarch64"
+ CIBW_TEST_SKIP: "cp3{10,11,12,13}-*_aarch64"
67
CIBW_TEST_GROUPS: dev
68
CIBW_TEST_COMMAND: >
69
python -c "import cftime; print(f'cftime v{cftime.__version__}')" &&
0 commit comments