From 7a6e0eac9e853e3a8032f3e37277b472bba7772a Mon Sep 17 00:00:00 2001 From: barshaul Date: Mon, 25 Nov 2024 14:58:40 +0200 Subject: [PATCH] return py3.8 Signed-off-by: barshaul --- .github/workflows/pypi-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pypi-cd.yml b/.github/workflows/pypi-cd.yml index cf8022d001..11d2cc9378 100644 --- a/.github/workflows/pypi-cd.yml +++ b/.github/workflows/pypi-cd.yml @@ -123,6 +123,7 @@ jobs: 3.11 3.12 3.13 + - name: Update package version in config.toml uses: ./.github/workflows/update-glide-version with: @@ -182,7 +183,7 @@ jobs: maturin-version: "0.14.14" # Due to a bug in later versions working-directory: ./python target: ${{ matrix.build.TARGET }} - args: --release --strip --out wheels -i ${{ github.event_name != 'pull_request' && 'python3.9 python3.10 python3.11 python3.12 python3.13' || 'python3.12' }} + args: --release --strip --out wheels -i ${{ github.event_name != 'pull_request' && 'python3.8 python3.9 python3.10 python3.11 python3.12 python3.13' || 'python3.12' }} - name: Upload Python wheels if: github.event_name != 'pull_request'