diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9670d58..5bf14a5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -22,7 +22,7 @@ jobs: manylinux: auto command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -43,7 +43,7 @@ jobs: target: aarch64-unknown-linux-gnu command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -64,7 +64,7 @@ jobs: target: armv7 command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 container: messense/manylinux_2_24-cross:armv7 - name: Upload wheels uses: actions/upload-artifact@v4 @@ -85,7 +85,7 @@ jobs: target: x86_64 command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 manylinux: musllinux_1_1 - name: Upload wheels uses: actions/upload-artifact@v4 @@ -106,7 +106,7 @@ jobs: target: aarch64 command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 manylinux: musllinux_1_1 - name: Upload wheels uses: actions/upload-artifact@v4 @@ -126,7 +126,7 @@ jobs: with: command: build sccache: true - args: --release -o dist --find-interpreter + args: --release -o dist -i 3.8 3.9 3.10 3.11 3.12 - name: Upload wheels uses: actions/upload-artifact@v4 with: @@ -145,7 +145,7 @@ jobs: with: command: build sccache: true - args: --release -o dist --target universal2-apple-darwin --find-interpreter + args: --release -o dist --target universal2-apple-darwin -i 3.8 3.9 3.10 3.11 3.12 - name: Upload wheels uses: actions/upload-artifact@v4 with: