|
63 | 63 | 3.13t
|
64 | 64 | pypy3.9
|
65 | 65 | pypy3.10
|
| 66 | + pypy3.11 |
66 | 67 | allow-prereleases: true
|
67 | 68 |
|
68 | 69 | - uses: astral-sh/setup-uv@v5
|
@@ -95,12 +96,13 @@ jobs:
|
95 | 96 | 3.13t
|
96 | 97 | pypy3.9
|
97 | 98 | pypy3.10
|
| 99 | + pypy3.11 |
98 | 100 | allow-prereleases: true
|
99 | 101 | - name: Build wheels
|
100 | 102 | uses: PyO3/maturin-action@v1
|
101 | 103 | with:
|
102 | 104 | target: ${{ matrix.target }}
|
103 |
| - args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10' |
| 105 | + args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11' |
104 | 106 | sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
|
105 | 107 | manylinux: auto
|
106 | 108 | - name: Upload wheels
|
@@ -136,12 +138,13 @@ jobs:
|
136 | 138 | 3.13t
|
137 | 139 | pypy3.9
|
138 | 140 | pypy3.10
|
| 141 | + pypy3.11 |
139 | 142 | allow-prereleases: true
|
140 | 143 | - name: Build wheels
|
141 | 144 | uses: PyO3/maturin-action@v1
|
142 | 145 | with:
|
143 | 146 | target: ${{ matrix.target }}
|
144 |
| - args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10' |
| 147 | + args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11' |
145 | 148 | manylinux: musllinux_1_2
|
146 | 149 | sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
|
147 | 150 | - name: Upload wheels
|
@@ -173,13 +176,14 @@ jobs:
|
173 | 176 | 3.13
|
174 | 177 | ${{ matrix.target == 'x64' && 'pypy3.9' || '' }}
|
175 | 178 | ${{ matrix.target == 'x64' && 'pypy3.10' || '' }}
|
| 179 | + ${{ matrix.target == 'x64' && 'pypy3.11' || '' }} |
176 | 180 | allow-prereleases: true
|
177 | 181 | architecture: ${{ matrix.target }}
|
178 | 182 | - name: Build wheels
|
179 | 183 | uses: PyO3/maturin-action@v1
|
180 | 184 | with:
|
181 | 185 | target: ${{ matrix.target }}
|
182 |
| - args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13' --interpreter ${{ matrix.target == 'x64' && 'pypy3.9 pypy3.10' || '' }} |
| 186 | + args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13' --interpreter ${{ matrix.target == 'x64' && 'pypy3.9 pypy3.10 pypy3.11' || '' }} |
183 | 187 | sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
|
184 | 188 | - name: Upload wheels
|
185 | 189 | uses: actions/upload-artifact@v4
|
@@ -243,12 +247,13 @@ jobs:
|
243 | 247 | 3.13t
|
244 | 248 | pypy3.9
|
245 | 249 | pypy3.10
|
| 250 | + pypy3.11 |
246 | 251 | allow-prereleases: true
|
247 | 252 | - name: Build wheels
|
248 | 253 | uses: PyO3/maturin-action@v1
|
249 | 254 | with:
|
250 | 255 | target: ${{ matrix.target }}
|
251 |
| - args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10' |
| 256 | + args: --release --out dist --interpreter '3.9 3.10 3.11 3.12 3.13 3.13t pypy3.9 pypy3.10 pypy3.11' |
252 | 257 | sccache: ${{ github.ref_type != 'tag' }} # zizmor: ignore[cache-poisoning]
|
253 | 258 | - name: Upload wheels
|
254 | 259 | uses: actions/upload-artifact@v4
|
|
0 commit comments