feat: drop support for python3.7

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2342>
This commit is contained in:
jo 2023-01-27 18:58:47 +01:00 committed by Marge
commit c6f235ec8c
5 changed files with 7 additions and 87 deletions

View file

@ -28,7 +28,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py38-plus]
exclude: ^(api/.*/migrations/.*)
- repo: https://github.com/psf/black