Skip to content

Commit 04eaf78

Browse files
committed
Support for Python 3.13
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent b5c2569 commit 04eaf78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 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 --find-interpreter
28+
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
2929
sccache: 'true'
3030
manylinux: auto
3131
before-script-linux: |
@@ -70,7 +70,7 @@ jobs:
7070
uses: PyO3/maturin-action@v1
7171
with:
7272
target: ${{ matrix.target }}
73-
args: --release --out dist --find-interpreter
73+
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
7474
sccache: 'true'
7575
- name: Upload wheels
7676
uses: actions/upload-artifact@v3
@@ -110,7 +110,7 @@ jobs:
110110
uses: PyO3/maturin-action@v1
111111
with:
112112
target: ${{ matrix.target }}
113-
args: --release --out dist --find-interpreter
113+
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
114114
sccache: 'true'
115115
- name: Upload wheels
116116
uses: actions/upload-artifact@v3
@@ -164,7 +164,7 @@ jobs:
164164
uses: messense/maturin-action@v1
165165
with:
166166
target: ${{ matrix.target }}
167-
args: --release --out dist --find-interpreter
167+
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13
168168
manylinux: musllinux_1_2
169169
- name: Upload wheels
170170
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)