diff --git a/mise.toml b/mise.toml index c4e7b067..34313e3b 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,9 @@ -[settings] -# forces us to use the version of python defined in .python-version file -idiomatic_version_file_enable_tools = ["python"] - [tools] poetry = "latest" + +# matches version in .python-version +python = "3.9" + +# needed by speakeasy mockserver +go = "1.22" +