Skip to content

Commit

Permalink
publish: set python version to 3.12
Browse files Browse the repository at this point in the history
the max version supported by pyo3 21.2, which we're currently stuck on because of polars dependencies

[skip ci]
  • Loading branch information
jqnatividad committed Nov 6, 2024
1 parent 6dd67c1 commit 2eac583
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
- uses: actions/[email protected]
with:
python-version: '3.12'
- name: Build qsv-nightly
# env:
# RUSTFLAGS: --emit=asm
Expand Down

0 comments on commit 2eac583

Please sign in to comment.