Skip to content

Commit ecee271

Browse files
committed
Try allowing PY311 to fail pending redis-py release.
redis/redis-py#2659
1 parent 1486d64 commit ecee271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
tests:
1111
name: Python ${{ matrix.python-version }}
12+
continue-on-error: ${{ matrix.python-version == '3.11' }}
1213
runs-on: ubuntu-latest
1314
timeout-minutes: 10
1415
strategy:

0 commit comments

Comments
 (0)