From e89e36885a396f7de47e4977ef635a6daa6f5c6c Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Fri, 18 Oct 2024 12:23:10 +0200 Subject: [PATCH] ci: no python 3.13 for windows yet on CI platform it seems --- .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 fe85e06..3d3227e 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -49,7 +49,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 3.13 + args: --release --out dist -i 3.7 3.8 3.9 3.10 3.11 3.12 sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3