Skip to content

Commit

Permalink
Update test matrix (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman authored Aug 23, 2024
1 parent 37b41a6 commit 3cdf832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.12"]
python-version: ["3.10", "3.11", "3.12"]

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

0 comments on commit 3cdf832

Please sign in to comment.