1
0
mirror of https://github.com/dbcli/pgcli synced 2024-06-16 01:42:23 +00:00

Newer black requires 3.8.

This commit is contained in:
Irina Truong 2023-10-06 17:51:35 -07:00
parent 4a4de5260c
commit 43f24a5338

View File

@ -86,7 +86,7 @@ jobs:
- name: Run Black
run: black --check .
if: matrix.python-version == '3.7'
if: matrix.python-version == '3.8'
- name: Coverage
run: |