Skip to content

Commit b82c09b

Browse files
committed
ci: add python 3.13, bump workflows
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent 316b77a commit b82c09b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/test.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: test
2-
on: [push, pull_request]
2+
on: [push, pull_request, workflow_dispatch]
33

44
jobs:
55
test:
66
strategy:
77
matrix:
8-
python-version: ['3.9', '3.10', '3.11', '3.12']
8+
python-version: ['3.10', '3.11', '3.12', '3.13']
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)