Skip to content

Commit 1889bbe

Browse files
authored
Remove deprecated freethreading cibuildwheel option
1 parent 6c1eb5c commit 1889bbe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
uses: pypa/cibuildwheel@v4.1.0
6464
env:
6565
CIBW_SKIP: "cp39-* cp310-* *i686 *-musllinux*"
66-
CIBW_ENABLE: cpython-freethreading
6766
CIBW_ARCHS: "${{ matrix.cibw_archs }}"
6867
CIBW_TEST_COMMAND: "python -c \"import pyresample; assert 'unknown' not in pyresample.__version__, 'incorrect version found'\""
6968
CIBW_TEST_SKIP: "*-win_arm64"

0 commit comments

Comments
 (0)