add python 3.13 to ci

This commit is contained in:
MaxOhn
2024-07-08 13:05:45 +02:00
parent 5ed4ce3414
commit 4d29dd752b
+3 -3
View File
@@ -69,7 +69,7 @@ jobs:
- os: linux
manylinux: auto
target: armv7
interpreter: 3.8 3.9 3.10 3.11 3.12
interpreter: 3.8 3.9 3.10 3.11 3.12 3.13
- os: linux
manylinux: auto
target: x86_64
@@ -93,7 +93,7 @@ jobs:
target: x86_64
- os: windows
target: aarch64
interpreter: 3.11 3.12
interpreter: 3.11 3.12 3.13
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
@@ -114,7 +114,7 @@ jobs:
with:
target: ${{ matrix.target }}
manylinux: ${{ matrix.manylinux }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 pypy3.9 pypy3.10' }}
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
rust-toolchain: 1.77.0
docker-options: -e CI
sccache: true