From 7e231a70e5bbdb620e803d66b68c1222faf5cfb1 Mon Sep 17 00:00:00 2001 From: zrr1999 <2742392377@qq.com> Date: Mon, 4 May 2026 23:22:23 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20run=20spore=20CLI=20setup?= =?UTF-8?q?=20with=20Python=203.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/ci-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 17cf077..f9647b1 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -40,6 +40,8 @@ jobs: - uses: actions/checkout@v6 - uses: astral-sh/setup-uv@v6 + with: + python-version: "3.13" - uses: dtolnay/rust-toolchain@stable with: