File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 # These needs to rotate every new Python release.
8585 run : |
8686 if [[ "${{ github.event_name }}" == "pull_request" ]]; then
87- CIBW_SKIP="pp* cp36-* cp37-* * -musllinux* cp39-* cp310-* cp311-*"
87+ CIBW_SKIP="pp* cp36-* cp37-* cp38-* * -musllinux* cp39-* cp310-* cp311-* cp312 -*"
8888 else
89- CIBW_SKIP="pp* cp36-* cp37-* *-musllinux*"
89+ CIBW_SKIP="pp* cp36-* cp37-* cp38-* *-musllinux*"
9090 fi
9191 echo "CIBW_SKIP=$CIBW_SKIP" >> $GITHUB_ENV
9292 echo "Setting CIBW_SKIP=$CIBW_SKIP"
@@ -100,7 +100,7 @@ jobs:
100100 CIBW_MANYLINUX_X86_64_IMAGE : ghcr.io/ocefpaf/manylinux2014_x86_64-netcdf
101101 CIBW_MANYLINUX_AARCH64_IMAGE : ghcr.io/ocefpaf/manylinux2014_aarch64-netcdf
102102 # Emulation testing is slow, testing only latest Python.
103- CIBW_TEST_SKIP : " cp38 -*_aarch64 cp39 -*_aarch64 cp310 -*_aarch64 cp311 -*_aarch64"
103+ CIBW_TEST_SKIP : " cp39 -*_aarch64 cp310 -*_aarch64 cp311 -*_aarch64 cp312 -*_aarch64"
104104 CIBW_ENVIRONMENT : ${{ matrix.CIBW_ENVIRONMENT }}
105105 CIBW_BEFORE_BUILD_MACOS : brew install hdf5 netcdf
106106 CIBW_TEST_REQUIRES : pytest cython packaging typing-extensions
You can’t perform that action at this time.
0 commit comments