Skip to content

Commit

Permalink
Remove Python 3.6 from the CI
Browse files Browse the repository at this point in the history
This version of Python is no longer supported on GitHub Actions, apparently.
  • Loading branch information
wetneb authored Jul 16, 2023
1 parent 35acb41 commit 486daec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand All @@ -31,4 +30,4 @@ jobs:
- name: Run tests
run: coverage run -m pytest tests
- name: Upload coverage
run: codecov
run: codecov

0 comments on commit 486daec

Please sign in to comment.