Skip to content

Commit

Permalink
Merge pull request #27 from zachberger/master
Browse files Browse the repository at this point in the history
Update dependencies and drop Python 3.6
  • Loading branch information
ahayworth authored Sep 13, 2022
2 parents 8b0a08f + 3a981e8 commit 2d42e4e
Show file tree
Hide file tree
Showing 3 changed files with 586 additions and 658 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
python-version: [3.7, 3.8, 3.9, "3.10"]
include:
- python-version: 3.6
toxenv: py36
- python-version: 3.7
toxenv: py37
- python-version: 3.8
Expand Down
Loading

0 comments on commit 2d42e4e

Please sign in to comment.