Skip to content

Commit ec4fddd

Browse files
authored
Fix linux build (#243)
1 parent 35c7b47 commit ec4fddd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ jobs:
3333
env:
3434
CIBW_BEFORE_BUILD: git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
3535
CIBW_ARCHS: ${{ matrix.arch }}
36-
CIBW_SKIP: pp* *-musllinux* *i686 cp35-manylinux_aarch64 cp36-manylinux_aarch64
36+
CIBW_SKIP: pp* *-musllinux* *i686 cp35-manylinux_aarch64 cp36-manylinux_aarch64 cp39-*
3737
CIBW_MANYLINUX_X86_64_IMAGE: manylinux1
3838
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
3939

40-
- name: "Build wheels (Python >= 3.10)"
40+
- name: "Build wheels (Python >= 3.9)"
4141
uses: pypa/cibuildwheel@v2.16.5
4242
env:
4343
CIBW_BEFORE_BUILD: git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
4444
CIBW_ARCHS: ${{ matrix.arch }}
45-
CIBW_SKIP: pp* *-musllinux* *i686 cp36-* cp37-* cp38-* cp39-*
45+
CIBW_SKIP: pp* *-musllinux* *i686 cp36-* cp37-* cp38-*
4646
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
4747
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
4848

0 commit comments

Comments
 (0)