From d256263acf902c552467ae9a8b730bd8010231de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 08:40:15 +0000 Subject: [PATCH] chore(deps): update python docker tag --- .python-version | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index c8cfe39..24ee5b1 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.10 +3.13 diff --git a/mise.toml b/mise.toml index 9c7d7ea..4b83976 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] uv = "0.7.12" -python = "pypy3.10-7.3.17" +python = "3.13.4" [tasks] install = "uv sync && mise generate git-pre-commit --write --task=pre-commit"