|
44 | 44 | matrix: |
45 | 45 | os: [ubuntu] |
46 | 46 | nodejs: ['>=14,<15.0.0a0'] |
47 | | - lab: ['>=3.3.0,<4.0.0a0'] |
| 47 | + lab: ['>=3.6.0,<4.0.0a0'] |
48 | 48 | r: ['>=4'] |
49 | 49 | steps: |
50 | 50 | - uses: actions/checkout@v3 |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | matrix: |
125 | 125 | os: [ubuntu] |
126 | 126 | nodejs: ['>=14,<15.0.0a0'] |
127 | | - lab: ['>=3.1.0,<4.0.0a0'] |
| 127 | + lab: ['>=3.6.0,<4.0.0a0'] |
128 | 128 | r: ['>=4'] |
129 | 129 | steps: |
130 | 130 | - uses: actions/checkout@v3 |
@@ -214,19 +214,18 @@ jobs: |
214 | 214 | fail-fast: false |
215 | 215 | matrix: |
216 | 216 | os: ['ubuntu', 'macos', 'windows'] |
217 | | - python: ['3.7', '3.10'] |
| 217 | + python: ['3.8', '3.10'] |
218 | 218 | include: |
219 | | - # if using 3.7, use newer node, etc... |
220 | | - - python: '3.7' |
221 | | - # Node 14 end-of-life: April 2023 |
222 | | - nodejs: '>=14,<15.0.0.a0' |
223 | | - r: '<4' |
224 | | - lab: '>=3.3.0,<3.4' |
| 219 | + - python: '3.8' |
| 220 | + # Node 16 end-of-life: April 2024 |
| 221 | + nodejs: '>=16,<17.0.0.a0' |
| 222 | + r: '>=4' |
| 223 | + lab: '>=3.6.0,<4' |
225 | 224 | - python: '3.10' |
226 | 225 | # Node 16 end-of-life: April 2024 |
227 | 226 | nodejs: '>=16,<17.0.0.a0' |
228 | 227 | r: '>=4' |
229 | | - lab: '>=3.4.0,<4' |
| 228 | + lab: '>=3.6.0,<4' |
230 | 229 |
|
231 | 230 | steps: |
232 | 231 | - uses: actions/checkout@v3 |
@@ -352,26 +351,23 @@ jobs: |
352 | 351 | max-parallel: 3 |
353 | 352 | matrix: |
354 | 353 | os: ['ubuntu', 'macos', 'windows'] |
355 | | - python: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7'] |
| 354 | + python: ['3.8', '3.9', '3.10', 'pypy-3.8'] |
356 | 355 | exclude: |
357 | 356 | - os: windows |
358 | 357 | python: pypy-3.7 |
359 | 358 | include: |
360 | | - - python: '3.7' |
361 | | - dist: 'jupyter*lsp*.tar.gz' |
362 | | - lab: '>=3.3,<3.4' |
363 | 359 | - python: '3.8' |
364 | 360 | dist: 'jupyter*lsp*.whl' |
365 | | - lab: '>=3.3,<3.4' |
| 361 | + lab: '>=3.6,<3.7' |
366 | 362 | - python: '3.9' |
367 | 363 | dist: 'jupyter*lsp*.tar.gz' |
368 | | - lab: '>=3.4,<4' |
| 364 | + lab: '>=3.6,<4' |
369 | 365 | - python: '3.10' |
370 | 366 | dist: 'jupyter*lsp*.whl' |
371 | | - lab: '>=3.4,<4' |
372 | | - - python: 'pypy-3.7' |
| 367 | + lab: '>=3.6,<4' |
| 368 | + - python: 'pypy-3.8' |
373 | 369 | dist: 'jupyter*lsp*.tar.gz' |
374 | | - lab: '>=3.4,<4' |
| 370 | + lab: '>=3.6,<4' |
375 | 371 | - os: 'windows' |
376 | 372 | py_cmd: python |
377 | 373 | - os: 'macos' |
@@ -413,13 +409,13 @@ jobs: |
413 | 409 | fail-fast: false |
414 | 410 | matrix: |
415 | 411 | os: [ubuntu] |
416 | | - python: ['3.7', '3.10'] |
| 412 | + python: ['3.8', '3.10'] |
417 | 413 | nodejs: ['14'] |
418 | 414 | include: |
419 | | - - python: '3.7' |
420 | | - lab: '>=3.3,<3.4' |
| 415 | + - python: '3.8' |
| 416 | + lab: '>=3.6,<3.7' |
421 | 417 | - python: '3.10' |
422 | | - lab: '>=3.3,<4' |
| 418 | + lab: '>=3.6,<4' |
423 | 419 | steps: |
424 | 420 | - name: Install Python |
425 | 421 | uses: actions/setup-python@v4 |
|
0 commit comments