Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic authored Mar 16, 2023
1 parent 6d59d9b commit 3d988db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [ 3.7, 3.8, 3.9 ]
python-version: [ 3.8, 3.9, 3.10 ]
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3d988db

Please sign in to comment.