From f4310fc33f01c56cf5b75a72763d3b68e0212e1e Mon Sep 17 00:00:00 2001 From: Anexen Date: Sat, 3 Feb 2024 21:28:10 +0100 Subject: [PATCH] build pyodide wheel --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50aab74..5d1a600 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -131,7 +131,7 @@ jobs: maturin-version: ${{ env.MATURIN_VERSION }} target: ${{ matrix.target }} manylinux: auto - args: --release --strip -i 3.9 + args: --release --strip -i 3.11 - name: Upload wheels uses: actions/upload-artifact@v4 with: