deps(python): drop Python 3.6 support (#56)

This commit is contained in:
Xuehai Pan 2023-03-15 16:56:24 +08:00 committed by GitHub
parent 970d515eaf
commit c5ce570c72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 285 additions and 286 deletions

View file

@ -37,7 +37,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py36-plus]
args: [--py37-plus]
stages: [commit, push, manual]
- repo: https://github.com/pycqa/flake8
rev: 6.0.0