Skip to content

Commit db16465

Browse files
committed
build: build/test on all python versions
Signed-off-by: Phil Adams <[email protected]>
1 parent a3cfcef commit db16465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
strategy:
4646
matrix:
47-
python-version: ['3.9', '3.13']
47+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
4848

4949
steps:
5050
- name: Checkout repository

0 commit comments

Comments
 (0)