1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

feat: drop support for python3.7 (#270)

This commit is contained in:
Jonas L 2023-07-19 14:28:21 +02:00 committed by GitHub
parent 2946f778e2
commit 73b955c091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -31,7 +31,7 @@ repos:
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py37-plus]
args: [--py38-plus]
- repo: https://github.com/pycqa/isort
rev: 5.12.0