File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,16 @@ jobs:
33
33
env :
34
34
CIBW_BEFORE_BUILD : git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
35
35
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-*
37
37
CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
38
38
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
39
39
40
- - name : " Build wheels (Python >= 3.10 )"
40
+ - name : " Build wheels (Python >= 3.9 )"
41
41
uses : pypa/cibuildwheel@v2.16.5
42
42
env :
43
43
CIBW_BEFORE_BUILD : git reset --hard && pip install -r requirements-wheel.txt && rm -rf pyproject.toml
44
44
CIBW_ARCHS : ${{ matrix.arch }}
45
- CIBW_SKIP : pp* *-musllinux* *i686 cp36-* cp37-* cp38-* cp39-*
45
+ CIBW_SKIP : pp* *-musllinux* *i686 cp36-* cp37-* cp38-*
46
46
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
47
47
CIBW_MANYLINUX_AARCH64_IMAGE : manylinux2014
48
48
You can’t perform that action at this time.
0 commit comments