We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb63091 commit 7c508c6Copy full SHA for 7c508c6
.github/workflows/python-app.yml
@@ -6,6 +6,7 @@ jobs:
6
test:
7
runs-on: windows-latest
8
strategy:
9
+ fail-fast: false
10
matrix:
11
python-version: ['3.13', '3.12', '3.9', '3.10', '3.11']
12
steps:
0 commit comments