summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2022-10-30 01:50:56 +0200
committerGitHub <noreply@github.com>2022-10-30 01:50:56 +0200
commit51797765d6c9cf72776eaa031b0ebb1e6a5ed77a (patch)
treed0c1ac343eebb8314cf2bdda26f421300b7aefea
parenta5646c3b7f38184cc5a152ebc186718c2d880c26 (diff)
downloadredis-py-51797765d6c9cf72776eaa031b0ebb1e6a5ed77a.tar.gz
Adding python 3.11 to CI (#2428)
Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
-rw-r--r--.github/workflows/integration.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml
index 26e4c06..c2b84a6 100644
--- a/.github/workflows/integration.yaml
+++ b/.github/workflows/integration.yaml
@@ -49,7 +49,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
test-type: ['standalone', 'cluster']
connection-type: ['hiredis', 'plain']
env:
@@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
+ python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4