diff --git a/.github/workflows/hiredis-py-integration.yaml b/.github/workflows/hiredis-py-integration.yaml index e2cb03c4a6..9b5220ab12 100644 --- a/.github/workflows/hiredis-py-integration.yaml +++ b/.github/workflows/hiredis-py-integration.yaml @@ -45,7 +45,7 @@ jobs: fail-fast: false matrix: redis-version: [ '${{ needs.redis_version.outputs.CURRENT }}' ] - python-version: [ '3.9', '3.13'] + python-version: [ '3.9', '3.14'] parser-backend: [ 'hiredis' ] hiredis-version: [ 'unstable' ] event-loop: [ 'asyncio' ] @@ -63,4 +63,4 @@ jobs: parser-backend: ${{ matrix.parser-backend }} redis-version: ${{ matrix.redis-version }} hiredis-version: ${{ matrix.hiredis-version }} - hiredis-branch: ${{ inputs.hiredis-branch }} \ No newline at end of file + hiredis-branch: ${{ inputs.hiredis-branch }}