We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e031b6 commit 77bec36Copy full SHA for 77bec36
.github/workflows/ci.yml
@@ -7,9 +7,10 @@ jobs:
7
name: Test on ${{ matrix.os }} with Python ${{ matrix.python-version }}
8
runs-on: ${{ matrix.os }}
9
strategy:
10
+ fail-fast: false
11
matrix:
12
os: [ubuntu-latest, macos-latest]
- python-version: ["3.10", "3.11", "3.12"]
13
+ python-version: ["3.11", "3.12"]
14
15
steps:
16
- uses: actions/checkout@v4
0 commit comments