Skip to content

Commit 879803b

Browse files
committed
Add python matrix to test workflow
1 parent b4e588d commit 879803b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
test:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 20
38+
strategy:
39+
fail-fast: false
40+
matrix:
41+
# used by the jupyterlab/maintainer-tools base-setup action
42+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3843
steps:
3944
- name: Checkout
4045
uses: actions/checkout@v3

0 commit comments

Comments
 (0)