setup-python
setup-python copied to clipboard
Support reading python version from mise config
Description:
Adds support for reading .mise.toml (docs) if given as python-version-file.
Supports the short and longs forms, E.g.
[tools]
python = "3.12.2"
[tools]
python = { version="3.12.2", virtualenv=".venv" }
[tools]
# not supported
python = ["3.12.2", "3.11.8", "3.10.14", "3.9.19", "3.8.19"]
Related issue: N/A
Check list:
- [x] Mark if documentation changes are required.
- [x] Mark if tests were added or updated to cover the changes.