Skip to content

Commit

Permalink
Add all supported python versions. Remove less common architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jun 5, 2024
1 parent 14c83fe commit f26b22f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [macos-13, macos-14]
py: [cp310]
py: [cp38, cp39, cp310, cp311, cp312]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -40,9 +40,9 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
py: [cp310]
py: [cp38, cp39, cp310, cp311, cp312]
image: [manylinux, musllinux]
arch: [x86_64, i686, aarch64, ppc64le, s390x]
arch: [x86_64, aarch64]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f26b22f

Please sign in to comment.