Skip to content

Commit f719959

Browse files
authored
Include armv7l wheels (#123)
1 parent 43a72cb commit f719959

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildwheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
include:
3838
- os: ubuntu-20.04
3939
cibw_archs: "native"
40-
- os: ubuntu-20.04
41-
cibw_archs: "aarch64"
40+
- os: ubuntu-22.04
41+
cibw_archs: "aarch64 armv7l"
4242
- os: windows-latest
4343
cibw_archs: "native ARM64"
4444
- os: macos-latest
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
platforms: arm64
5454
- name: Build wheels
55-
uses: pypa/cibuildwheel@v2.20.0
55+
uses: pypa/cibuildwheel@v2.23.2
5656
env:
5757
CIBW_TEST_REQUIRES: hypothesis pytest
5858
CIBW_TEST_COMMAND: "py.test {project}/test.py -v && python {project}/cydoctest.py -v"

0 commit comments

Comments
 (0)