Skip to content

Commit

Permalink
explicitly add pypy versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgrakkurt committed Aug 29, 2024
1 parent 4b67589 commit 42486b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
3.10
3.11
3.12
pypy-3.9
pypy-3.10
pypy-3.11
pypy-3.12
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -71,6 +75,10 @@ jobs:
3.10
3.11
3.12
pypy-3.9
pypy-3.10
pypy-3.11
pypy-3.12
architecture: ${{ matrix.platform.target }}
- name: capnproto
run: choco install capnproto
Expand Down Expand Up @@ -104,6 +112,10 @@ jobs:
3.10
3.11
3.12
pypy-3.9
pypy-3.10
pypy-3.11
pypy-3.12
- name: capnproto
run: brew install capnp
- name: Build wheels
Expand Down

0 comments on commit 42486b4

Please sign in to comment.