diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-04-01 04:03:04 +0000 |
commit | bcf25fe43e1ff52986a0453cd491a141d9893444 (patch) | |
tree | 2f87f2457f9594c0d88388b2c61c9127db9baed7 /.github/workflows | |
parent | Releasing debian version 1.7.0-1. (diff) | |
download | litecli-bcf25fe43e1ff52986a0453cd491a141d9893444.tar.xz litecli-bcf25fe43e1ff52986a0453cd491a141d9893444.zip |
Merging upstream version 1.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |