mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-03-02 04:01:56 +01:00
Disable wheel builds on old pypy versions as well (#569)
This commit is contained in:
parent
749c2d0007
commit
abc9bb04e4
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.16.2
|
||||
env:
|
||||
CIBW_SKIP: cp36-* cp37-* cp38-*
|
||||
CIBW_SKIP: cp36-* cp37-* cp38-* pp36-* pp37-* pp38-*
|
||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||
CIBW_BUILD_VERBOSITY: 3
|
||||
REQUIRE_CYTHON: 1
|
||||
|
Loading…
Reference in New Issue
Block a user