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 6c1eb5c commit 1889bbeCopy full SHA for 1889bbe
1 file changed
.github/workflows/deploy.yaml
@@ -63,7 +63,6 @@ jobs:
63
uses: pypa/cibuildwheel@v4.1.0
64
env:
65
CIBW_SKIP: "cp39-* cp310-* *i686 *-musllinux*"
66
- CIBW_ENABLE: cpython-freethreading
67
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
68
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
69
CIBW_TEST_SKIP: "*-win_arm64"
0 commit comments