We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aaa6f8 commit a2f9d38Copy full SHA for a2f9d38
1 file changed
.github/workflows/deploy.yaml
@@ -62,7 +62,7 @@ jobs:
62
- name: Build wheels
63
uses: pypa/cibuildwheel@v3.1.2
64
env:
65
- CIBW_SKIP: "cp36-* cp37-* cp38-* cp39-* cp310-* pp* *i686 *-musllinux*"
+ CIBW_SKIP: "cp39-* cp310-* pp* *i686 *-musllinux*"
66
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
67
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
68
CIBW_TEST_SKIP: "*-win_arm64"
0 commit comments