Skip to content

Commit 3ab255b

Browse files
SummerOneTwoclaude
andcommitted
fix: 修复 CI Python 版本配置
- 将测试矩阵中的 Python 3.14 改为 3.10, 3.11, 3.12 - Python 3.14 是不存在的版本,导致 CI 失败 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2277563 commit 3ab255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
matrix:
4141
os: [ubuntu-latest, windows-latest, macos-latest]
42-
python-version: ["3.14"]
42+
python-version: ["3.10", "3.11", "3.12"]
4343
steps:
4444
- uses: actions/checkout@v4
4545
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)