Skip to content

Commit 36bd086

Browse files
SummerOneTwoclaude
andcommitted
fix: 修复 CI Python 版本配置
- 将测试矩阵扩展为 Python 3.10, 3.11, 3.12, 3.13, 3.14 - 覆盖所有支持的 Python 版本 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2277563 commit 36bd086

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", "3.13", "3.14"]
4343
steps:
4444
- uses: actions/checkout@v4
4545
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)