drop support for python 3.7

This commit is contained in:
David Lord 2023-04-20 11:07:30 -07:00
parent 9659b11a45
commit 2e8fe7b2f2
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
14 changed files with 19 additions and 40 deletions

View file

@ -6,7 +6,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: ["--py37-plus"]
args: ["--py38-plus"]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
hooks: