From 220accc71b3e01f5b2ea485c90d6487a02fd0270 Mon Sep 17 00:00:00 2001 From: Laurent Date: Sun, 22 Dec 2024 13:52:19 +0100 Subject: [PATCH] Release wheels for more python versions. --- .github/workflows/CI.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0d6db60..9f61638 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -34,12 +34,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.13' - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' sccache: 'true' container: messense/manylinux2014-cross:x86_64 docker-options: | @@ -63,13 +63,13 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.13' architecture: ${{ matrix.target }} - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3 @@ -86,12 +86,12 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.13' - name: Build wheels uses: PyO3/maturin-action@v1 with: target: ${{ matrix.target }} - args: --release --out dist --find-interpreter + args: --release --out dist --interpreter '3.8 3.9 3.10 3.11 3.12 3.13 3.13t' sccache: 'true' - name: Upload wheels uses: actions/upload-artifact@v3