[mise] allow mise to create venv with specific python version

This commit is contained in:
bronsen 2026-01-08 12:05:22 +01:00
parent 13121637cf
commit 4236f39515

7
mise.toml Normal file
View file

@ -0,0 +1,7 @@
[env]
'_'.python.venv = { path = ".venv", create = true }
[tools]
python = "3.14"
ruff = "latest"
uv = "latest"