ci: bump pre-commit py36 to py37 (#10541)

* ci: bump pre-commit py36 to py37

* add 3rd party for py37

* lint

* yet more lint
This commit is contained in:
Ville Brofeldt
2020-08-07 06:54:22 +03:00
committed by GitHub
parent fd2d1c58c5
commit 96b9ba3364
8 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6]
python-version: [3.7]
steps:
- name: Checkout code
uses: actions/checkout@v2