Skip to content

Commit fb3c35e

Browse files
committed
add Python 3.13 target and manual dispatching
1 parent 8710f24 commit fb3c35e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8+
workflow_dispatch:
89

910
jobs:
1011
build:
1112
runs-on: ubuntu-latest
1213
strategy:
1314
max-parallel: 4
1415
matrix:
15-
python-version: ["3.11", "3.12"]
16+
python-version: ["3.11", "3.12", "3.13"]
1617

1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)