Skip to content

Commit a2f9d38

Browse files
authored
Remove deprecated cibuildwheel markers
1 parent 5aaa6f8 commit a2f9d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build wheels
6363
uses: pypa/cibuildwheel@v3.1.2
6464
env:
65-
CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
65+
CIBW_SKIP: "cp39-* cp310-* pp* *i686 *-musllinux*"
6666
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
6767
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
6868
CIBW_TEST_SKIP: "*-win_arm64"

0 commit comments

Comments
 (0)