setup-python icon indicating copy to clipboard operation
setup-python copied to clipboard

Support reading python version from mise config

Open dbowring opened this issue 1 year ago • 0 comments

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.

dbowring avatar Mar 26 '24 00:03 dbowring