Skip to content

Commit bca214e

Browse files
authored
Merge pull request #33 from calpolyccg/master
Drop 3.7, add 3.10
2 parents 5fa11d4 + 2327cd4 commit bca214e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 2 deletions
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)