Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1349450

Browse files
committedAug 21, 2023
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

+3
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)
Please sign in to comment.