Skip to content

Commit

Permalink
Restore python versions and target
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 27, 2024
1 parent f1d080d commit 33165a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
wheels-macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
# target: [aarch64, x86_64]
target: [x86_64]
target: [aarch64, x86_64]

steps:
- uses: actions/checkout@v4
Expand All @@ -53,9 +53,13 @@ jobs:
# default one. Apparently maturin doesn't find all Python versions
# when one chooses a PyPy version instead of CPython as default
python-version: |
pypy3.7
pypy3.8
pypy3.9
pypy3.10
3.7
3.8
3.9
3.11
3.12
3.10
Expand Down

0 comments on commit 33165a1

Please sign in to comment.