Skip to content

Commit

Permalink
MNT run tests on more recent versions of python
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Sep 23, 2024
1 parent c990abb commit e917bc0
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 @@ -6,8 +6,9 @@ jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7]
python-version: [3.8, 3.9, "3.10", "3.11", "3.12"]
max-parallel: 5

steps:
Expand Down

0 comments on commit e917bc0

Please sign in to comment.