diff options
Diffstat (limited to 'mise.toml')
| -rw-r--r-- | mise.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mise.toml b/mise.toml new file mode 100644 index 000000000..940524cdc --- /dev/null +++ b/mise.toml @@ -0,0 +1,8 @@ +[tools] +# minimal version we support +python = "3.10" +node = "24.3.0" +go = "1.24.5" +shellcheck = "0.11.0" +# python 3.10 uses 3.40.1 (on mac and win) +sqlite = "3.40.1" |