We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c2ac9 commit 0768fbeCopy full SHA for 0768fbe
.github/workflows/hiredis-py-integration.yaml
@@ -45,7 +45,7 @@ jobs:
45
fail-fast: false
46
matrix:
47
redis-version: [ '${{ needs.redis_version.outputs.CURRENT }}' ]
48
- python-version: [ '3.9', '3.13']
+ python-version: [ '3.9', '3.14']
49
parser-backend: [ 'hiredis' ]
50
hiredis-version: [ 'unstable' ]
51
event-loop: [ 'asyncio' ]
@@ -63,4 +63,4 @@ jobs:
63
parser-backend: ${{ matrix.parser-backend }}
64
redis-version: ${{ matrix.redis-version }}
65
hiredis-version: ${{ matrix.hiredis-version }}
66
- hiredis-branch: ${{ inputs.hiredis-branch }}
+ hiredis-branch: ${{ inputs.hiredis-branch }}
0 commit comments