summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
commit3726f0df980b93da2cb53e3791d9d2e489508e73 (patch)
tree5b6a73bc0821d368a8224791482bd6113e4966fd /.github/workflows/ci.yml
parentAdding upstream version 1.7.0. (diff)
downloadlitecli-3726f0df980b93da2cb53e3791d9d2e489508e73.tar.xz
litecli-3726f0df980b93da2cb53e3791d9d2e489508e73.zip
Adding upstream version 1.8.0.upstream/1.8.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/ci.yml')
-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: |