Skip to content

Commit 340ca51

Browse files
committed
CI: Don't fail fast, re-add testing on Python 3.7
1 parent 8294302 commit 340ca51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
tests:
1919
runs-on: ${{ matrix.os }}
2020
strategy:
21+
fail-fast: false
2122
matrix:
2223
os: ["ubuntu-20.04"]
23-
python-version: ["3.6", "3.12"]
24+
python-version: ["3.6", "3.7", "3.12"]
2425
include:
2526
- os: "macos-latest"
2627
python-version: "3.12"

0 commit comments

Comments
 (0)