Skip to content

Commit d5117fb

Browse files
authored
Merge pull request #143 from bymoye/pypy3.11
add pypy3.11 to build matrix
2 parents 1f3b4e0 + a68cd6a commit d5117fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: PyO3/maturin-action@v1
2626
with:
2727
target: ${{ matrix.target }}
28-
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
28+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
2929
sccache: 'true'
3030
manylinux: auto
3131
before-script-linux: |
@@ -112,7 +112,7 @@ jobs:
112112
uses: PyO3/maturin-action@v1
113113
with:
114114
target: ${{ matrix.target }}
115-
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
115+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
116116
sccache: 'true'
117117
- name: Upload wheels
118118
uses: actions/upload-artifact@v4
@@ -168,7 +168,7 @@ jobs:
168168
uses: messense/maturin-action@v1
169169
with:
170170
target: ${{ matrix.target }}
171-
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10
171+
args: --release --out dist -i 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10 pypy3.11
172172
manylinux: musllinux_1_2
173173
- name: Upload wheels
174174
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)