From bcf25fe43e1ff52986a0453cd491a141d9893444 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 1 Apr 2022 06:03:04 +0200 Subject: Merging upstream version 1.8.0. Signed-off-by: Daniel Baumann --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 372fbbb..9ee36cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | -- cgit v1.2.3