Distribution changes Allow the experimental JIT to be enabled at runtime on Python 3.13 and 3.14 on Linux: for details, see#538and#543; for macOS support, see#544 Build system changes PopulateCXXduring builds to avoid calling the system toolchain Full Changelog:2025021...2025031...
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
Separate patches for cross-compiling on older Python versions Use Python 3.12 to run builds on Windows Show Docker build errors when available Bump Docker timeout from 60s to 10m
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} astral-sh / python-build-standalone Public Notifications You must be signed in to change notification settings Fork 169 Star 2.7k ...
Using zig to build standalone python gotcha started Jan 22, 2025 in Ideas 0 2 💬 Transferring Stewardship to Astral indygreg started Dec 3, 2024 in General 3 1 🙏 Is there a way to use the distributable with PyInstaller? JimiC asked Oct 16, 2024 in Q&A · Unanswered 3 ...
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
Produce redistributable builds of Python. Contribute to astral-sh/python-build-standalone development by creating an account on GitHub.
I'd like to start using these builds (via Hatch), but I test my software against Python beta releases too. Would it be reasonable to add 3.13 beta releases to the set of builds in this repository? 👍4 Activity zanieb commented on May 18, 2024 zanieb on May 18, 2024 Member Yes ...
Context: I was wondering whether astral-sh/python-build-standalone#421 might have helped with #6893 (answer: 'no'). This required me knowing which build of python-build-standalone I was using. Current uv behaviour seems to be that the ve...
Python does not publish official distributable binaries. As such, uv uses distributions from Astral python-build-standalone project Due to some network issue, I try to download python build manually and put it on my machine. Then can I i...