From 9d9f3191c6768275bdd8620403d13a572b28991f Mon Sep 17 00:00:00 2001 From: Zhou Qiankang Date: Mon, 23 Jun 2025 10:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7CI=E5=88=B0python=203.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Zhou Qiankang --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45a42ac..7e0b7c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" name: Windows Python ${{ matrix.python_version }} steps: - uses: actions/checkout@v2 @@ -93,7 +93,7 @@ jobs: fail-fast: false matrix: python_version: - - "3.11" + - "3.12" name: Ubuntu Python ${{ matrix.python_version }} steps: - name: 🛎️ Checkout