Skip to content

Commit

Permalink
feat: drop support for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
browniebroke committed Jan 24, 2022
1 parent c91b7bf commit df42b53
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 256 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
python-version:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py3-plus]
args: [--py37-plus]
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
Expand Down
Loading

0 comments on commit df42b53

Please sign in to comment.