Skip to content

Commit e79d3c3

Browse files
committed
ci: add Python 3.13 to the testing matrix
1 parent 48f4347 commit e79d3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
30+
python-version: [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
3131
name: nonebot2 plugin test
3232
permissions:
3333
issues: read

0 commit comments

Comments
 (0)