Skip to content

Commit 2327cd4

Browse files
committed
Drop 3.7
1 parent 0d92c5a commit 2327cd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
name: Test on py${{ matrix.python-version }}/${{ matrix.os }}
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22-
fail-fast: true
22+
fail-fast: false
2323
matrix:
2424
os: [macOS-latest, ubuntu-latest]
25-
python-version: [3.7, 3.8, 3.9]
25+
python-version: ["3.8", "3.9"]
2626

2727
steps:
2828
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)