monty-python
monty-python copied to clipboard
feat(eval): enable support for different python versions
The evaluation backend supports:
- python 3.13
- python 3.13 free threaded
- python 3.14
It would be great to see support for this surfaced within Monty and the evaluation command.
This may be blocked by a disnake issue, as this would be best with views rather than a bunch of components v2 boilerplate, but this command should use either buttons or selects for selecting the python version to run on. Not yet sure which is better.