|
43 | 43 |
|
44 | 44 | strategy:
|
45 | 45 | matrix:
|
46 |
| - python: ['3.8', '3.9', '3.10', '3.11'] |
| 46 | + python: ['3.9', '3.10', '3.11'] |
47 | 47 | os: [ubuntu-20.04, windows-latest]
|
48 | 48 |
|
49 | 49 | runs-on: ${{ matrix.os }}
|
@@ -120,7 +120,7 @@ jobs:
|
120 | 120 |
|
121 | 121 | strategy:
|
122 | 122 | matrix:
|
123 |
| - python: ['3.8', '3.9', '3.10', '3.11'] |
| 123 | + python: ['3.9', '3.10', '3.11'] |
124 | 124 | os: [ubuntu-20.04, ubuntu-latest]
|
125 | 125 |
|
126 | 126 | continue-on-error: true
|
@@ -221,7 +221,7 @@ jobs:
|
221 | 221 |
|
222 | 222 | strategy:
|
223 | 223 | matrix:
|
224 |
| - python: ['3.8', '3.9', '3.10', '3.11'] |
| 224 | + python: ['3.9', '3.10', '3.11'] |
225 | 225 |
|
226 | 226 | continue-on-error: true
|
227 | 227 |
|
@@ -353,7 +353,7 @@ jobs:
|
353 | 353 |
|
354 | 354 | strategy:
|
355 | 355 | matrix:
|
356 |
| - python: ['3.8', '3.9', '3.10', '3.11'] |
| 356 | + python: ['3.9', '3.10', '3.11'] |
357 | 357 | os: [ubuntu-20.04, windows-latest]
|
358 | 358 |
|
359 | 359 | runs-on: ${{ matrix.os }}
|
|
0 commit comments