From d3eb64ecaed48a3a3b696417cb842190b27abdaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:14:29 +0000 Subject: [PATCH] Update dependency python to v3.14.7 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 8f22b8f..fceceee 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] node = "26.4.0" -python = "3.13" +python = "3.14.7" # 1.93.0 satisfies the workspace MSRV (1.85) and matches RUSTUP_TOOLCHAIN in # [tool.cibuildwheel.pyodide] (py/pyproject.toml), so one toolchain covers # native, wasm32-unknown-unknown, and pyodide builds.