We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d6d9 commit 467eb99Copy full SHA for 467eb99
.github/workflows/ci.yaml
@@ -21,5 +21,6 @@ jobs:
21
# the versions for which we require the CI to pass on PRs can
22
# be updated in the repo settings (branch rules)
23
version: ['3.9', '3.10', '3.11', '3.12', '3.13']
24
+ fail-fast: false # run for all versions even if one of them fails
25
with:
26
python-version: ${{ matrix.version }}
0 commit comments