diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:40:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 10:40:04 +0000 |
commit | 2c98abfccf0bfd9484a30bebccf947fb0f6422d8 (patch) | |
tree | d99cbf5b93bfe1605650382d58bf2969d8a8078e /.github/workflows | |
parent | Adding debian version 1.10.1-2. (diff) | |
download | litecli-2c98abfccf0bfd9484a30bebccf947fb0f6422d8.tar.xz litecli-2c98abfccf0bfd9484a30bebccf947fb0f6422d8.zip |
Merging upstream version 1.11.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 |