From 08b800926fc2bf175c2d9a546e662069d6bf7188 Mon Sep 17 00:00:00 2001 From: "firedcto@gmail.com" Date: Thu, 14 Nov 2024 07:55:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index abe6acb..5c3aa1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.11' # Use the version of Python you need + python-version: '3.12' # Use the version of Python you need - name: Install Dependencies run: |