|
27 | 27 | uses: pyo3/maturin-action@v1 |
28 | 28 | with: |
29 | 29 | target: universal2-apple-darwin |
30 | | - args: --release --out dist -i python3.13t |
| 30 | + args: --release --out dist -i python3.14t |
31 | 31 | sccache: true |
32 | 32 | - name: Install built wheel |
33 | 33 | run: | |
|
61 | 61 | uses: pyo3/maturin-action@v1 |
62 | 62 | with: |
63 | 63 | target: ${{ matrix.target }} |
64 | | - args: --release --out dist -i python3.13t |
| 64 | + args: --release --out dist -i python3.14t |
65 | 65 | - name: Install built wheel |
66 | 66 | run: | |
67 | 67 | pip install nh3 --no-index --find-links dist --force-reinstall |
|
93 | 93 | uses: pyo3/maturin-action@v1 |
94 | 94 | with: |
95 | 95 | target: ${{ matrix.target }} |
96 | | - args: --release --out dist -i python3.13t |
| 96 | + args: --release --out dist -i python3.14t |
97 | 97 | - name: Install built wheel |
98 | 98 | run: | |
99 | 99 | pip install nh3 --no-index --find-links dist --force-reinstall |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | rust-toolchain: nightly |
132 | 132 | target: ${{ matrix.target }} |
133 | 133 | manylinux: auto |
134 | | - args: --release --out dist -i python3.13t |
| 134 | + args: --release --out dist -i python3.14t |
135 | 135 | sccache: true |
136 | 136 | before-script-linux: yum install -y libatomic |
137 | 137 | - name: Install built wheel |
@@ -217,7 +217,7 @@ jobs: |
217 | 217 | with: |
218 | 218 | target: ${{ matrix.target }} |
219 | 219 | manylinux: musllinux_1_2 |
220 | | - args: --release --out dist -i python3.13t |
| 220 | + args: --release --out dist -i python3.14t |
221 | 221 | sccache: true |
222 | 222 | - name: Install built wheel |
223 | 223 | if: matrix.target == 'x86_64-unknown-linux-musl' |
@@ -264,7 +264,7 @@ jobs: |
264 | 264 | with: |
265 | 265 | target: ${{ matrix.platform.target }} |
266 | 266 | manylinux: musllinux_1_2 |
267 | | - args: --release --out dist -i python3.13t |
| 267 | + args: --release --out dist -i python3.14t |
268 | 268 | sccache: true |
269 | 269 | |
270 | 270 | name: Install built wheel |
|
0 commit comments