Skip to content

Commit 898f1e4

Browse files
committed
run unit tests on multiple python versions in the build-and-publish.yaml github action
1 parent 2dfe0a9 commit 898f1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
python-version: ["3.8"]
26+
python-version: ["3.8","3.9","3.10","3.11","3.12","3.13"]
2727

2828
steps:
2929
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)