Skip to content

Commit f1f2912

Browse files
authored
Build wheels for Python 3.14 free-threaded (#100)
1 parent 27ab131 commit f1f2912

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pyo3/maturin-action@v1
2828
with:
2929
target: universal2-apple-darwin
30-
args: --release --out dist -i python3.13t
30+
args: --release --out dist -i python3.14t
3131
sccache: true
3232
- name: Install built wheel
3333
run: |
@@ -61,7 +61,7 @@ jobs:
6161
uses: pyo3/maturin-action@v1
6262
with:
6363
target: ${{ matrix.target }}
64-
args: --release --out dist -i python3.13t
64+
args: --release --out dist -i python3.14t
6565
- name: Install built wheel
6666
run: |
6767
pip install nh3 --no-index --find-links dist --force-reinstall
@@ -93,7 +93,7 @@ jobs:
9393
uses: pyo3/maturin-action@v1
9494
with:
9595
target: ${{ matrix.target }}
96-
args: --release --out dist -i python3.13t
96+
args: --release --out dist -i python3.14t
9797
- name: Install built wheel
9898
run: |
9999
pip install nh3 --no-index --find-links dist --force-reinstall
@@ -131,7 +131,7 @@ jobs:
131131
rust-toolchain: nightly
132132
target: ${{ matrix.target }}
133133
manylinux: auto
134-
args: --release --out dist -i python3.13t
134+
args: --release --out dist -i python3.14t
135135
sccache: true
136136
before-script-linux: yum install -y libatomic
137137
- name: Install built wheel
@@ -217,7 +217,7 @@ jobs:
217217
with:
218218
target: ${{ matrix.target }}
219219
manylinux: musllinux_1_2
220-
args: --release --out dist -i python3.13t
220+
args: --release --out dist -i python3.14t
221221
sccache: true
222222
- name: Install built wheel
223223
if: matrix.target == 'x86_64-unknown-linux-musl'
@@ -264,7 +264,7 @@ jobs:
264264
with:
265265
target: ${{ matrix.platform.target }}
266266
manylinux: musllinux_1_2
267-
args: --release --out dist -i python3.13t
267+
args: --release --out dist -i python3.14t
268268
sccache: true
269269
- uses: uraimo/[email protected]
270270
name: Install built wheel

0 commit comments

Comments
 (0)