Skip to content

Commit

Permalink
actions: Py3.13 requires PyInstaller 6.10+, see if we can get it working
Browse files Browse the repository at this point in the history
we may need to revert to 3.12 / 6.9 if this proves problematic
  • Loading branch information
jay0lee authored Oct 8, 2024
1 parent f91ebfa commit 333ad53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ jobs:
git clone https://github.com/pyinstaller/pyinstaller.git
cd pyinstaller
export latest_release=$(git tag --list | grep -v dev | grep -v rc | sort -Vr | head -n1)
# git checkout "${latest_release}"
git checkout "v6.9.0"
git checkout "${latest_release}"
# git checkout "v6.9.0"
# remove pre-compiled bootloaders so we fail if bootloader compile fails
rm -rvf PyInstaller/bootloader/*-*/*
cd bootloader
Expand Down

0 comments on commit 333ad53

Please sign in to comment.