1
0
Fork 0

Adding upstream version 1.8.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 17:44:34 +01:00
parent 1645be217a
commit 8e68f130dd
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 31 additions and 16 deletions

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
@ -36,7 +36,7 @@ jobs:
- name: Run Black
run: |
./setup.py lint
if: matrix.python-version == '3.6'
if: matrix.python-version == '3.7'
- name: Coverage
run: |