We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
armv7l
1 parent 43a72cb commit f719959Copy full SHA for f719959
.github/workflows/buildwheels.yml
@@ -37,8 +37,8 @@ jobs:
37
include:
38
- os: ubuntu-20.04
39
cibw_archs: "native"
40
- - os: ubuntu-20.04
41
- cibw_archs: "aarch64"
+ - os: ubuntu-22.04
+ cibw_archs: "aarch64 armv7l"
42
- os: windows-latest
43
cibw_archs: "native ARM64"
44
- os: macos-latest
@@ -52,7 +52,7 @@ jobs:
52
with:
53
platforms: arm64
54
- name: Build wheels
55
- uses: pypa/cibuildwheel@v2.20.0
+ uses: pypa/cibuildwheel@v2.23.2
56
env:
57
CIBW_TEST_REQUIRES: hypothesis pytest
58
CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"
0 commit comments