From 4236f395154ce383db0a81846630707cbb0cb8a2 Mon Sep 17 00:00:00 2001 From: bronsen Date: Thu, 8 Jan 2026 12:05:22 +0100 Subject: [PATCH] [mise] allow mise to create venv with specific python version --- mise.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mise.toml diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..3bc3271 --- /dev/null +++ b/mise.toml @@ -0,0 +1,7 @@ +[env] +'_'.python.venv = { path = ".venv", create = true } + +[tools] +python = "3.14" +ruff = "latest" +uv = "latest"