Skip to content

Commit b8b846f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: PyO3/maturin-action@v1
7171
with:
7272
target: ${{ matrix.target }}
73-
args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 pypy3.8 pypy3.9 pypy3.10
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

0 commit comments

Comments
 (0)