-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update PyInstaller to 6.3 to fix missing imports in packaging #557
Conversation
Test using latest PyInstaller
@rly CI is passing now! Let me know when you're done cleaning up anything and ready for review Thanks for tackling this so quickly |
This PR now updates PyInstaller from 5.13.0 to the latest version, 6.3.0. This version includes a few breaking changes: https://pyinstaller.org/en/stable/CHANGES.html#id9 . I don't see anything obvious that would affect GUIDE. @CodyCBakerPhD @garrettmflynn please review these changes to PyInstaller to make sure nothing might break because of them. |
I also removed testing of the PyFlask build and distributable on ubuntu and removed that as a required test for merging PRs. |
Thanks a bunch @rly ! |
Fix #559, closes #556, closes #558, closes #560