We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd75d1 commit b111371Copy full SHA for b111371
.github/workflows/ci.yml
@@ -5,7 +5,6 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
- workflow_dispatch:
9
10
permissions:
11
contents: read
@@ -17,7 +16,7 @@ jobs:
17
16
strategy:
18
matrix:
19
python-version: ['3.11', '3.14'] # the one we have in the Codespace + the latest major one.
20
- fail-fast: false # Continue testing other versions if one fails
+ fail-fast: false # Continue testing other version(s) if one fails
21
22
steps:
23
- name: Checkout repository
0 commit comments