Skip to content

Commit

Permalink
test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Apr 18, 2024
1 parent fafb3cf commit 1c99604
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
python-version:
- "3.8"
- "3.11"
- "3.12"
defaults:
run:
working-directory: python
Expand Down Expand Up @@ -61,6 +62,12 @@ jobs:
test:
needs: build
runs-on: ubuntu-20.04
strategy:
matrix:
python-version:
- "3.8"
- "3.11"
- "3.12"
defaults:
run:
working-directory: python
Expand Down

0 comments on commit 1c99604

Please sign in to comment.