From cf3e539227338e45efde1e4d0ab18cc6aa40732f Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 22 Dec 2024 14:42:20 +0100 Subject: [PATCH] Remove the free-threaded wheel. --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9f61638..98e6705 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,7 +39,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13' sccache: 'true' container: messense/manylinux2014-cross:x86_64 docker-options: | @@ -69,7 +69,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -91,7 +91,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3