2025.11.2

This commit is contained in:
2287551746@qq.com
2025-11-02 16:42:54 +08:00
parent 2b73ca4ccd
commit e4caad6947
+1 -1
View File
@@ -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