|
22 | 22 | strategy: |
23 | 23 | fail-fast: false |
24 | 24 | matrix: |
25 | | - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'] |
| 25 | + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
26 | 26 | name: Test pip install (Python ${{ matrix.python-version }}) |
27 | 27 | steps: |
28 | 28 | - uses: actions/checkout@v4 |
|
41 | 41 | fail-fast: false |
42 | 42 | matrix: |
43 | 43 | os: [ubuntu-latest, macos-latest, windows-latest] |
44 | | - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'] |
| 44 | + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
45 | 45 | name: Unit tests on ${{ matrix.os }} (Python ${{ matrix.python-version }}) |
46 | 46 | steps: |
47 | 47 | - uses: actions/checkout@v4 |
|
63 | 63 | fail-fast: false |
64 | 64 | matrix: |
65 | 65 | os: [ubuntu-latest, macos-latest, windows-latest] |
66 | | - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'] |
| 66 | + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
67 | 67 | name: Integration tests on ${{ matrix.os }} (Python ${{ matrix.python-version }}) |
68 | 68 | steps: |
69 | 69 | - uses: actions/checkout@v4 |
@@ -188,7 +188,7 @@ jobs: |
188 | 188 | strategy: |
189 | 189 | fail-fast: false |
190 | 190 | matrix: |
191 | | - python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.15'] |
| 191 | + python-version: ['3.10', '3.11', '3.12', '3.13', '3.14'] |
192 | 192 | name: Test coverage (Python ${{ matrix.python-version }}) |
193 | 193 | steps: |
194 | 194 | - uses: actions/checkout@v4 |
|
0 commit comments