Skip to content

Commit 0f8b7c0

Browse files
committed
ci: test against version 3.11.1 specifically
there are some issues with asyncio-timeout in 3.11.1 and 3.11.2 We need to test at least 3.11.1 separatly Signed-off-by: Salvatore Mesoraca <[email protected]>
1 parent 1d6af85 commit 0f8b7c0

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
@@ -78,7 +78,7 @@ jobs:
7878
max-parallel: 15
7979
fail-fast: false
8080
matrix:
81-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
81+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', 'pypy-3.9', 'pypy-3.10']
8282
test-type: ['standalone', 'cluster']
8383
connection-type: ['libvalkey', 'plain']
8484
protocol-version: ['2','3']
@@ -168,7 +168,7 @@ jobs:
168168
strategy:
169169
fail-fast: false
170170
matrix:
171-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
171+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', 'pypy-3.9', 'pypy-3.10']
172172
steps:
173173
- uses: actions/checkout@v4
174174
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)