Skip to content

Commit

Permalink
Try allowing PY311 to fail pending redis-py release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Mar 28, 2023
1 parent 1486d64 commit ecee271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
tests:
name: Python ${{ matrix.python-version }}
continue-on-error: ${{ matrix.python-version == '3.11' }}
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
Expand Down

0 comments on commit ecee271

Please sign in to comment.