Skip to content

Commit 9b52524

Browse files
committed
Update smoke versions
1 parent 076b999 commit 9b52524

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

.github/workflows/job.test.yml

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
matrix:
125125
os: [ubuntu]
126126
nodejs: ['>=14,<15.0.0a0']
127-
lab: ['>=3.1.0,<4.0.0a0']
127+
lab: ['>=3.6.0,<4.0.0a0']
128128
r: ['>=4']
129129
steps:
130130
- uses: actions/checkout@v3
@@ -351,26 +351,23 @@ jobs:
351351
max-parallel: 3
352352
matrix:
353353
os: ['ubuntu', 'macos', 'windows']
354-
python: ['3.7', '3.8', '3.9', '3.10', 'pypy-3.7']
354+
python: ['3.8', '3.9', '3.10', 'pypy-3.8']
355355
exclude:
356356
- os: windows
357357
python: pypy-3.7
358358
include:
359-
- python: '3.7'
360-
dist: 'jupyter*lsp*.tar.gz'
361-
lab: '>=3.3,<3.4'
362359
- python: '3.8'
363360
dist: 'jupyter*lsp*.whl'
364-
lab: '>=3.3,<3.4'
361+
lab: '>=3.6,<3.7'
365362
- python: '3.9'
366363
dist: 'jupyter*lsp*.tar.gz'
367-
lab: '>=3.4,<4'
364+
lab: '>=3.6,<4'
368365
- python: '3.10'
369366
dist: 'jupyter*lsp*.whl'
370-
lab: '>=3.4,<4'
371-
- python: 'pypy-3.7'
367+
lab: '>=3.6,<4'
368+
- python: 'pypy-3.8'
372369
dist: 'jupyter*lsp*.tar.gz'
373-
lab: '>=3.4,<4'
370+
lab: '>=3.6,<4'
374371
- os: 'windows'
375372
py_cmd: python
376373
- os: 'macos'
@@ -412,13 +409,13 @@ jobs:
412409
fail-fast: false
413410
matrix:
414411
os: [ubuntu]
415-
python: ['3.7', '3.10']
412+
python: ['3.8', '3.10']
416413
nodejs: ['14']
417414
include:
418-
- python: '3.7'
419-
lab: '>=3.3,<3.4'
415+
- python: '3.8'
416+
lab: '>=3.6,<3.7'
420417
- python: '3.10'
421-
lab: '>=3.3,<4'
418+
lab: '>=3.6,<4'
422419
steps:
423420
- name: Install Python
424421
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)