👷 为测试矩阵添加更多 python 版本 (#568)

* 👷 为测试矩阵添加更多 python 版本

* ⬆️ 更新 lock 包版本

* 🚨 修复 mypy 报错
This commit is contained in:
呵呵です
2025-12-25 05:02:18 +08:00
committed by GitHub
parent 0228e1a480
commit 3615a87926
3 changed files with 3099 additions and 2154 deletions

View File

@@ -3,7 +3,7 @@ name: Code Coverage
on:
push:
branches:
- 'main'
- "main"
pull_request:
concurrency:
@@ -16,8 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
# python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env: