From f0528f7b396fca7347c2d18784f887b85062b4d2 Mon Sep 17 00:00:00 2001 From: Annyfee <2287551746@qq.com> Date: Thu, 20 Nov 2025 00:09:36 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E7=A7=BB=E9=99=A4=E4=B8=8D=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E7=9A=843.9=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 eb0aa6a..c117aec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # 确保使用正确的Python版本格式 - python-version: ['3.9','3.10', '3.11'] + python-version: ['3.10', '3.11','3.12'] # 允许一个版本失败不影响其他版本的测试 fail-fast: false