Skip to content

Commit

Permalink
return py3.8
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul authored and avifenesh committed Nov 25, 2024
1 parent 18c3773 commit 7a6e0ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pypi-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 7a6e0ea

Please sign in to comment.