Skip to content

Commit

Permalink
Pin maturin to 1.7.8 for Windows build wheel CI (#7120)
Browse files Browse the repository at this point in the history
maturin>1.7.8 breaks dependency y-py (Python 3.12) and pywinpty (Python 3.8) wheel building.
MichaIng/DietPi#7329 (comment)
  • Loading branch information
ssheorey authored Dec 31, 2024
1 parent 32110a0 commit d251815
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ jobs:
working-directory: ${{ env.SRC_DIR }}
run: |
$ErrorActionPreference = 'Stop'
# maturin>1.7.8 breaks dependency y-py (Python 3.12) and pywinpty (Python 3.8) wheel building
# https://github.com/MichaIng/DietPi/issues/7329#issuecomment-2565130837
python -m pip install maturin==1.7.8
python -m pip install -r python/requirements.txt
python -m pip install -r python/requirements_jupyter_build.txt
Expand Down

0 comments on commit d251815

Please sign in to comment.