Skip to content

Commit

Permalink
👷 CI: 测试矩阵添加 Python 3.12 (#2441)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt authored Nov 8, 2023
1 parent 3f919f9 commit 35944bc
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 262 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
- "nonebot/**"
- "packages/**"
- "tests/**"
- ".github/actions/setup-python/**"
- ".github/workflows/codecov.yml"
- "pyproject.toml"
- "poetry.lock"

jobs:
test:
Expand All @@ -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:
Expand Down
Loading

0 comments on commit 35944bc

Please sign in to comment.