Skip to content

Commit

Permalink
Add python matrix to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Aug 21, 2023
1 parent b4e588d commit 1349450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
matrix:
# used by the jupyterlab/maintainer-tools base-setup action
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 1349450

Please sign in to comment.