[mise] allow mise to create venv with specific python version
This commit is contained in:
parent
13121637cf
commit
4236f39515
1 changed files with 7 additions and 0 deletions
7
mise.toml
Normal file
7
mise.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[env]
|
||||
'_'.python.venv = { path = ".venv", create = true }
|
||||
|
||||
[tools]
|
||||
python = "3.14"
|
||||
ruff = "latest"
|
||||
uv = "latest"
|
||||
Loading…
Add table
Add a link
Reference in a new issue