Skip to content

Commit d1873ac

Browse files
committed
Fix version spec in smoke test
1 parent 5fc93f0 commit d1873ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,10 @@ jobs:
354354
- python: '3.8'
355355
dist: 'jupyter*lsp*.tar.gz'
356356
lab: '>=4,<5'
357-
- python: '3.10'
357+
- python: '3.11'
358358
dist: 'jupyter*lsp*.whl'
359359
lab: '>=4,<5'
360-
- python: 'pypy-3.10'
360+
- python: 'pypy-3.8'
361361
dist: 'jupyter*lsp*.tar.gz'
362362
lab: '>=4,<5'
363363
- os: 'windows'

0 commit comments

Comments
 (0)