Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pre-built versions of Python to use with Snekbox

License

NotificationsYou must be signed in to change notification settings

python-discord/python-builds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Adding new versions

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.

Version Suffixes

Some Python versions have suffixes, these are specified as follows:

SuffixMeaning
jJIT enabled build (e.g.,3.11.0j)
tFree-threaded build (e.g.,3.11.0t)

GitHub Actions

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

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

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

[8]ページ先頭

©2009-2025 Movatter.jp