From df324108c9db681fddee8e3809e584ca11c81f49 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Tue, 26 Nov 2024 13:58:18 -0800 Subject: [PATCH] ci: lock ci to python 3.11 --- .github/workflows/raydeon-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/raydeon-ci.yml b/.github/workflows/raydeon-ci.yml index 3ab2a40..de111e0 100644 --- a/.github/workflows/raydeon-ci.yml +++ b/.github/workflows/raydeon-ci.yml @@ -60,7 +60,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i python3.11 sccache: "true" manylinux: auto working-directory: pyraydeon @@ -93,7 +93,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i python3.11 sccache: "true" manylinux: musllinux_1_2 working-directory: pyraydeon @@ -123,7 +123,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i python3.11 sccache: "true" working-directory: pyraydeon - name: Upload wheels @@ -151,7 +151,7 @@ jobs: uses: PyO3/maturin-action@v1 with: target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter + args: --release --out dist -i python3.11 sccache: "true" working-directory: pyraydeon - name: Upload wheels