Skip to content

Commit f3f1d9c

Browse files
committed
ci: build wheels also for Python 3.14
1 parent 0f3ed05 commit f3f1d9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheels.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.7 3.8 3.9 3.10 3.11 3.12 3.13
28+
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
2929
sccache: 'true'
3030
manylinux: auto
3131
- name: Upload wheels
@@ -49,7 +49,7 @@ jobs:
4949
uses: PyO3/maturin-action@v1
5050
with:
5151
target: ${{ matrix.target }}
52-
args: --release --out dist -i 3.10 3.11 3.12 3.13
52+
args: --release --out dist -i 3.10 3.11 3.12 3.13 3.14
5353
sccache: 'true'
5454
- name: Upload wheels
5555
uses: actions/upload-artifact@v4
@@ -71,7 +71,7 @@ jobs:
7171
uses: PyO3/maturin-action@v1
7272
with:
7373
target: ${{ matrix.target }}
74-
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13
74+
args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 3.14
7575
sccache: 'true'
7676
- name: Upload wheels
7777
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)