1
0
Fork 0

Newer black requires 3.8.

This commit is contained in:
Irina Truong 2023-10-06 17:51:35 -07:00
parent 4a4de5260c
commit 43f24a5338
1 changed files with 1 additions and 1 deletions

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: |