Skip to content

Commit

Permalink
Add armv7l to arch as a test
Browse files Browse the repository at this point in the history
This should in theory cover older Raspberry PI 32 bit
distros
  • Loading branch information
rogerbinns committed Nov 27, 2024
1 parent 979e015 commit 591709b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [aarch64]
arch: [armv7l, aarch64]
pyver: [cp39, cp310, cp311, cp312, cp313]
libc: [manylinux, musllinux]

Expand Down

0 comments on commit 591709b

Please sign in to comment.