Skip to content

Commit 0768fbe

Browse files
uglidepetyaslavova
authored andcommitted
Update Python version to 3.14 in hiredis CI workflow (#3798)
1 parent d1c2ac9 commit 0768fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hiredis-py-integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fail-fast: false
4646
matrix:
4747
redis-version: [ '${{ needs.redis_version.outputs.CURRENT }}' ]
48-
python-version: [ '3.9', '3.13']
48+
python-version: [ '3.9', '3.14']
4949
parser-backend: [ 'hiredis' ]
5050
hiredis-version: [ 'unstable' ]
5151
event-loop: [ 'asyncio' ]
@@ -63,4 +63,4 @@ jobs:
6363
parser-backend: ${{ matrix.parser-backend }}
6464
redis-version: ${{ matrix.redis-version }}
6565
hiredis-version: ${{ matrix.hiredis-version }}
66-
hiredis-branch: ${{ inputs.hiredis-branch }}
66+
hiredis-branch: ${{ inputs.hiredis-branch }}

0 commit comments

Comments
 (0)