👷 CI: 测试矩阵添加 Python 3.12 (#2441)

This commit is contained in:
StarHeart
2023-11-08 10:30:00 +08:00
committed by GitHub
parent 3f919f91c1
commit 35944bcbdc
3 changed files with 256 additions and 262 deletions

View File

@ -9,6 +9,10 @@ on:
- "nonebot/**"
- "packages/**"
- "tests/**"
- ".github/actions/setup-python/**"
- ".github/workflows/codecov.yml"
- "pyproject.toml"
- "poetry.lock"
jobs:
test:
@ -19,7 +23,7 @@ jobs:
cancel-in-progress: true
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
env: