summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:04 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:04 +0000
commitbcf25fe43e1ff52986a0453cd491a141d9893444 (patch)
tree2f87f2457f9594c0d88388b2c61c9127db9baed7 /.github
parentReleasing debian version 1.7.0-1. (diff)
downloadlitecli-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')
-rw-r--r--.github/workflows/ci.yml4
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: |