Skip to content

Commit

Permalink
CI #159 test on py38 - py311
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 4, 2023
1 parent a33e2d7 commit 1da9641
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
python-version:
- 3.8
- 3.9
- 3.10
- 3.11

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1da9641

Please sign in to comment.