python-build-standalone
(https://github.com/indygreg/python-build-standalone) is a project
that produces standalone, highly portable builds of CPython that are
designed to run on as many machines as possible with no additional
dependencies. I created the project for PyOxidizer
(https://github.com/indygreg/PyOxidizer) but it is now being used for
various other tools that want to easily "install" a working Python
interpreter, such as Bazel's rules_python
(https://github.com/bazelbuild/rules_python) and various applications
embedding Python.

Read more at https://gregoryszorc.com/docs/python-build-standalone/main/

I'm pleased to announce the latest 20230116 release
(https://github.com/indygreg/python-build-standalone/releases/tag/20230116)
of the project. This release is the first providing Python 3.11
distributions, joining existing support for Python 3.8, 3.9, and 3.10.

Distributions are available for Windows, Linux, and macOS covering
multiple machine architectures and levels of optimization.
_______________________________________________
Python-announce-list mailing list -- python-announce-list@python.org
To unsubscribe send an email to python-announce-list-le...@python.org
https://mail.python.org/mailman3/lists/python-announce-list.python.org/
Member address: arch...@mail-archive.com

Reply via email to