From e261da82ec6f51edfbd499d84e817257f2964fba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:41:31 +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 626186e..c600643 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] uv = "0.7.19" -python = "pypy3.10-7.3.17" +python = "3.13.5" [tasks] install = "uv sync && mise generate git-pre-commit --write --task=pre-commit"