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"