Skip to content

Commit

Permalink
chore(deps): update PyInstaller
Browse files Browse the repository at this point in the history
PyInstaller 5.12+ should fix an error with Python 3.11.4+
See pyinstaller/pyinstaller#7694
  • Loading branch information
tlecomte committed Jul 22, 2024
1 parent 4e95d7c commit ae77e2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ make install
ls -laR portaudio-install
cd ..

pip3 install -U pyinstaller==5.7.0
pip3 install -U pyinstaller==6.9.0

pyinstaller friture.spec -y --log-level=DEBUG

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python3 setup.py build_ext --inplace
# see: https://github.com/tlecomte/friture/issues/154
brew install portaudio --HEAD

pip3 install -U pyinstaller==5.7.0
pip3 install -U pyinstaller==6.9.0

pyinstaller friture.spec -y

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/install-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Write-Host "==========================================="
Write-Host "Installing pyinstaller"
Write-Host "==========================================="

& pip install -U pyinstaller==5.7.0
& pip install -U pyinstaller==6.9.0

Write-Host ""
Write-Host "==========================================="
Expand Down

0 comments on commit ae77e2a

Please sign in to comment.