mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2024-11-25 12:35:19 +01:00
Do not build wheels on older unsupported python versions (#568)
This commit is contained in:
parent
fd51db152e
commit
d5de827803
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -20,6 +20,11 @@ jobs:
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.16.2
|
||||
env:
|
||||
CIBW_SKIP: cp36-* cp37-* cp38-*
|
||||
CIBW_BEFORE_ALL_LINUX: apt-get install -y gcc || yum install -y gcc || apk add gcc
|
||||
CIBW_BUILD_VERBOSITY: 3
|
||||
REQUIRE_CYTHON: 1
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user