From e4caad6947df1d83f1144f0949c32c0a17bf0e68 Mon Sep 17 00:00:00 2001 From: "2287551746@qq.com" <2287551746@example.com> Date: Sun, 2 Nov 2025 16:42:54 +0800 Subject: [PATCH] 2025.11.2 --- .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 eb92bd0..4e882dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: # 确保使用正确的Python版本格式 - python-version: [ '3.8', '3.9', '3.10' ] + python-version: ['3.9', '3.10','3.11' ] # 允许一个版本失败不影响其他版本的测试 fail-fast: false