diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 06:01:07 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-20 06:01:07 +0000 |
commit | 36ea45ad98e5f5d0034e665004e7f92da28b4ac8 (patch) | |
tree | c89e5f1866cba0c0521970bbbc5c538ad7b308b6 /.github | |
parent | Adding debian version 1.14.1-1. (diff) | |
download | iredis-36ea45ad98e5f5d0034e665004e7f92da28b4ac8.tar.xz iredis-36ea45ad98e5f5d0034e665004e7f92da28b4ac8.zip |
Merging upstream version 1.15.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index feedaa5..6fb30ca 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-20.04"] - python: ["3.8", "3.9", "3.10", "3.11.1"] + python: ["3.8", "3.9", "3.10", "3.11.1", "3.12"] redis: [5, 6, 7, 7.2] runs-on: ${{ matrix.os }} |