Skip to content

Commit

Permalink
Update .github/workflows/test-runner.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Varner <[email protected]>
  • Loading branch information
jonhealy1 and Phil Varner authored Nov 17, 2023
1 parent 7d5b13c commit aae77fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:

Expand Down

0 comments on commit aae77fe

Please sign in to comment.