We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486d64 commit bfcbf67Copy full SHA for bfcbf67
.github/workflows/tests.yml
@@ -13,6 +13,7 @@ jobs:
13
timeout-minutes: 10
14
strategy:
15
fail-fast: false
16
+ continue-on-error: ${{ matrix.python-version == '3.11' }}
17
matrix:
18
python-version:
19
- 3.7
0 commit comments