Skip to content

Commit

Permalink
Remove 3.5 from CI, update codecov version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhiggott committed May 7, 2022
1 parent 28e4858 commit b64cca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Test with pytest
run: |
pytest tests src --cov=src --cov-report term
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2

0 comments on commit b64cca6

Please sign in to comment.