|
20 | 20 | strategy: |
21 | 21 | fail-fast: false |
22 | 22 | matrix: |
23 | | - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] |
24 | | - python: [3.5.4, 3.6.7, 3.7.5, 3.8.1] |
| 23 | + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] |
| 24 | + python: [3.5.4, 3.6.7, 3.7.5, 3.8.15, 3.9.13] |
| 25 | + exclude: |
| 26 | + - os: ubuntu-22.04 |
| 27 | + python: 3.5.4 |
| 28 | + - os: ubuntu-22.04 |
| 29 | + python: 3.6.7 |
| 30 | + - os: ubuntu-22.04 |
| 31 | + python: 3.7.5 |
| 32 | + - os: windows-latest |
| 33 | + python: 3.8.15 |
25 | 34 | steps: |
26 | 35 | - name: Checkout |
27 | 36 | uses: actions/checkout@v3 |
|
55 | 64 | strategy: |
56 | 65 | fail-fast: false |
57 | 66 | matrix: |
58 | | - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] |
59 | | - python: [3.5.4, 3.6.7, 3.7.5, 3.8.1] |
| 67 | + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] |
| 68 | + python: [3.5.4, 3.6.7, 3.7.5, 3.8.15, 3.9.13] |
| 69 | + exclude: |
| 70 | + - os: ubuntu-22.04 |
| 71 | + python: 3.5.4 |
| 72 | + - os: ubuntu-22.04 |
| 73 | + python: 3.6.7 |
| 74 | + - os: ubuntu-22.04 |
| 75 | + python: 3.7.5 |
| 76 | + - os: windows-latest |
| 77 | + python: 3.8.15 |
60 | 78 | steps: |
61 | 79 | - name: Checkout |
62 | 80 | uses: actions/checkout@v3 |
|
93 | 111 | strategy: |
94 | 112 | fail-fast: false |
95 | 113 | matrix: |
96 | | - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] |
| 114 | + os: [macos-latest, windows-latest, ubuntu-20.04] |
97 | 115 | steps: |
98 | 116 | - name: Checkout |
99 | 117 | uses: actions/checkout@v3 |
@@ -184,7 +202,7 @@ jobs: |
184 | 202 | strategy: |
185 | 203 | fail-fast: false |
186 | 204 | matrix: |
187 | | - os: [macos-latest, windows-latest, ubuntu-18.04, ubuntu-20.04] |
| 205 | + os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04] |
188 | 206 | python: ['3.7', '3.8', '3.9', '3.10'] |
189 | 207 | steps: |
190 | 208 | - name: Checkout |
|
0 commit comments