Skip to content

Commit 1960f84

Browse files
committed
drop Pyhton 3.8 b/c it reached EoL
1 parent bfafee0 commit 1960f84

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
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

0 commit comments

Comments
 (0)