ci:移除不支持的3.9环境
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user