Skip to content

Conversation

@dbowring
Copy link

@dbowring dbowring commented Mar 26, 2024

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:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.
@dbowring dbowring requested a review from a team as a code owner March 26, 2024 00:54
@dbowring dbowring marked this pull request as draft March 26, 2024 00:54
@dbowring dbowring marked this pull request as ready for review March 26, 2024 01:00
@dbowring dbowring force-pushed the feat/mise branch 2 times, most recently from abff239 to 9e32ee0 Compare September 10, 2024 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant