We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24580b0 commit 770e408Copy full SHA for 770e408
.github/workflows/cibuild.yml
@@ -9,6 +9,7 @@ jobs:
9
max-parallel: 4
10
matrix:
11
python-version: ["3.11", "3.12", "3.13"]
12
+ fail-fast: false
13
steps:
14
- uses: actions/checkout@v1
15
- name: Set up Python ${{ matrix.python-version }}
0 commit comments