summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:08:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 16:08:28 +0000
commit87689c2e1883711c80c24acf4e2023715a8fac29 (patch)
treedde7494c72f3ca836a24a4a6559b6c350f831cce /.github
parentAdding upstream version 1.10.1. (diff)
downloadlitecli-upstream.tar.xz
litecli-upstream.zip
Adding upstream version 1.11.0.upstream/1.11.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9ee36cf..d4de9d0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
- python-version: ["3.7", "3.8", "3.9", "3.10"]
+ python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v2