From 7cf6136c17e1b40e12a3746ef94bb39ea1aa000a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:12:35 +0000 Subject: [PATCH] Update dependency python to v3.12.7 --- mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise/config.toml b/mise/config.toml index 2e42e59..5bb5c4f 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,6 +1,6 @@ [tools] java = ["17", "19", "21"] node = ["22"] -python = ["3.10"] +python = ["3.12.7"] rust = ["nightly"] yarn = ["4"]