From c34568ad8e74230ace9b9a637a0b6f6a17774c49 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 11 Aug 2025 09:57:14 -0300 Subject: [PATCH] chore(mise): normalize python version in uv to 3.13.6 --- config/mise/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1edef79..1425973 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -29,8 +29,8 @@ "cargo:tukai" = "0.2.3" "npm:@anthropic-ai/claude-code" = "1.0.72" "npm:@google/gemini-cli" = "0.1.18" -"pipx:aider-chat" = { version = "0.86.0", uvx_args = "--python 3.13.5 --with google-generativeai" } -"pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.5" } +"pipx:aider-chat" = { version = "0.86.0", uvx_args = "--python 3.13.6 --with google-generativeai" } +"pipx:httpie" = { version = "3.2.4", uvx_args = "--python 3.13.6" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:charmbracelet/crush" = "0.4.0" "ubi:comtrya/comtrya" = "0.9.2"