Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork0
Pre-built versions of Python to use with Snekbox
License
python-discord/python-builds
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository hosts prebuilt versions of Python that are used for the!evalfunctionality ofpython-discord/bot.
Built images contain a folder/snekbin/ which contains the built Pythoninterpreter.
The subdirectory that contains the interpreter varies by the requested version,for example, Python3.14j will have a binary at/snekbin/python/3.14j/bin/python.
To add new versions to the build matrix, edit theversions.toml file to includethe desired versions. The GitHub Actions workflow will automatically build andpush the new versions when changes are merged to the main branch.
Additionally, new patch versions are automatically built as part of the cron jobthat runs daily. As long as pyenv is updated upstream with the new patch versions,they will be picked up and built without any manual intervention.
Some Python versions have suffixes, these are specified as follows:
| Suffix | Meaning |
|---|---|
j | JIT enabled build (e.g.,3.11.0j) |
t | Free-threaded build (e.g.,3.11.0t) |
A manual build can be triggered by going to the "Actions" tab and selecting the"Build Python Interpreters" workflow. From there, click the "Run workflow" button.
Built images are pushed to the GitHub Container Registry atghcr.io/python-discord/python-builds.The images are tagged with the Python version they contain, e.g.,3.10.8 as well asthe short tag, e.g.,3.10.
About
Pre-built versions of Python to use with Snekbox
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.