Skip to content

Commit bfcbf67

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

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
@@ -13,6 +13,7 @@ jobs:
1313
timeout-minutes: 10
1414
strategy:
1515
fail-fast: false
16+
continue-on-error: ${{ matrix.python-version == '3.11' }}
1617
matrix:
1718
python-version:
1819
- 3.7

0 commit comments

Comments
 (0)