Skip to content
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

Support for Python 3.10 #53

Closed
yatmanov opened this issue Feb 16, 2022 · 2 comments
Closed

Support for Python 3.10 #53

yatmanov opened this issue Feb 16, 2022 · 2 comments

Comments

@yatmanov
Copy link

Can we get release for python 3.10?

This is a great tool! I am using it to include entire standard library to a single executable file since pyinstaller doesn't have this functionality. So far only this package keeps me from updating to the latest python version.

Related issue and pull request:
#44
#49

@yatmanov
Copy link
Author

yatmanov commented Aug 3, 2022

Turns out there's no need to update this package. Python 3.10 already comes with list of standard modules: https://docs.python.org/3/library/sys.html#sys.stdlib_module_names
And there's discussion on how to use it to include standard library to PyInstaller builds: pyinstaller/pyinstaller#6824

@yatmanov yatmanov closed this as completed Aug 3, 2022
@ocefpaf
Copy link
Contributor

ocefpaf commented Aug 3, 2022

I actually wanted to look into that for a while. I do recommend you to use that but be sure to add both sys.stdlib_module_names and sys.builtin_module_names to cover everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants