Skip to content

Commit 1349450

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
test:
3636
runs-on: ubuntu-latest
3737
timeout-minutes: 20
38+
matrix:
39+
# used by the jupyterlab/maintainer-tools base-setup action
40+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3841
steps:
3942
- name: Checkout
4043
uses: actions/checkout@v3

0 commit comments

Comments
 (0)