From a1c6a27a4ef14c1260bd2f547d36a4609b91516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=B5=AB=E7=84=B6?= Date: Thu, 13 Feb 2025 15:56:14 +0800 Subject: [PATCH] Update ci python --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27b4ddb1..f6cc403c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: fetch-depth: 1 - uses: actions/setup-python@v1 with: - python-version: "3.12.8" + python-version: "3.12.9" - name: install dependencies and test run: | cd $GITHUB_WORKSPACE