From a36eec46ea1adc22f965015fa67ea7ce95593325 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Wed, 16 Oct 2024 11:49:55 +0200 Subject: [PATCH] ci: build wheels for Python 3.12 and 3.13 --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index bd0ecb8..7abbeeb 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -33,7 +33,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist -i 3.8 3.9 3.10 3.11 + args: --release --out dist -i 3.8 3.9 3.10 3.11 3.12 3.13 sccache: 'true' manylinux: auto - name: Upload wheels