-
Notifications
You must be signed in to change notification settings - Fork 685
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
Missing Python 3.8 support #74
Comments
I'm not able to test 3.8 at the moment, but are there any issues you have discovered? Or is the issue that I am not stating that 3.8 is supported? |
pyinstaller/pyinstaller#4311 has been closed but we will have to wait for the new release to PyPI before 3.8 can be officially supported. |
Using the dev branch of pyinstaller, I have not had any issues on python 3.9. To do this enter |
Yes, but there needs to be a release that officially supports Python 3.8 otherwise we will probably run into issues around pip. You can install pyinstaller manually if you want, this tool should work with the latest. |
In the readme, pyinstaller lists 3.5-3.8 as supported @reirose, are you still having issues? |
@unbeatable-101 yes, I understand that. But that is the master branch, which has not been released to PyPI officially yet. As judge2020's comment in pyinstaller#4311 linked above stated:
If you go to pypi.org/project/pyinstaller/ and look at the supported Python versions, it clearly states:
|
4.1 has been released, and the website says |
Thanks for letting me know @unbeatable-101 - I'll take a look at making PyInstaller 4.1 a required dependency for the project to support Python 3.8 + 3.9 |
auto-py-to-exe 2.7.9 has been just released which should fix this |
No description provided.
The text was updated successfully, but these errors were encountered: