Skip to content

Commit 5179776

Browse files
chayimdvora-h
andauthored
Adding python 3.11 to CI (#2428)
Co-authored-by: dvora-h <[email protected]>
1 parent a5646c3 commit 5179776

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
max-parallel: 15
5151
matrix:
52-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7', 'pypy-3.8']
52+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
5353
test-type: ['standalone', 'cluster']
5454
connection-type: ['hiredis', 'plain']
5555
env:
@@ -106,7 +106,7 @@ jobs:
106106
runs-on: ubuntu-latest
107107
strategy:
108108
matrix:
109-
python-version: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
109+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7']
110110
steps:
111111
- uses: actions/checkout@v3
112112
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)