fix: disable wheel builds for old python versions (#346)
This commit is contained in:
parent
d1298de2a1
commit
a249777e03
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -175,7 +175,7 @@ jobs:
|
|||||||
if: matrix.musl == ''
|
if: matrix.musl == ''
|
||||||
# to supply options, put them in 'env', like:
|
# to supply options, put them in 'env', like:
|
||||||
env:
|
env:
|
||||||
CIBW_SKIP: "*musllinux*"
|
CIBW_SKIP: "*p36-* *p37-* *p38-* *musllinux*"
|
||||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||||
CIBW_BUILD_VERBOSITY: 3
|
CIBW_BUILD_VERBOSITY: 3
|
||||||
REQUIRE_CYTHON: 1
|
REQUIRE_CYTHON: 1
|
||||||
@ -186,7 +186,7 @@ jobs:
|
|||||||
if: matrix.musl == 'musllinux'
|
if: matrix.musl == 'musllinux'
|
||||||
# to supply options, put them in 'env', like:
|
# to supply options, put them in 'env', like:
|
||||||
env:
|
env:
|
||||||
CIBW_SKIP: "*manylinux*"
|
CIBW_SKIP: "*p36-* *p37-* *p38-* *manylinux*"
|
||||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||||
CIBW_BUILD_VERBOSITY: 3
|
CIBW_BUILD_VERBOSITY: 3
|
||||||
REQUIRE_CYTHON: 1
|
REQUIRE_CYTHON: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user