File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ parameters:
12
12
pythons :
13
13
- name : ThreeSix
14
14
spec : ' =3.6'
15
- lab : ' >=2.1 .0,<3.0.0a0'
15
+ lab : ' >=2.2 .0,<3.0.0a0'
16
16
nodejs : ' >=10,<11.0.0.a0'
17
17
- name : ThreeSeven
18
18
spec : ' =3.7'
19
- lab : ' >=2.1 .0,<3.0.0a0'
19
+ lab : ' >=2.2 .0,<3.0.0a0'
20
20
nodejs : ' >=12,<13.0.0a0'
21
21
- name : ThreeEight
22
22
spec : ' =3.8'
23
- lab : ' >=2.1 .0,<3.0.0a0'
23
+ lab : ' >=2.2 .0,<3.0.0a0'
24
24
nodejs : ' >=13,<14.0.0a0'
25
25
js_cov_packages :
26
26
- jupyterlab-go-to-definition
Original file line number Diff line number Diff line change 50
50
" - `packages/jupyterlab-lsp/package.json` > `devDependencies` >\n " ,
51
51
" `@jupyterlab/application` (canonical)\n " ,
52
52
" - `binder/environment.yml`\n " ,
53
+ " - `requirements/lab.txt`\n " ,
54
+ " - `ci/job.test.yml`\n " ,
53
55
" - `README.md`\n " ,
54
56
" \n " ,
55
57
" ### Releasing:\n " ,
Original file line number Diff line number Diff line change 1
1
# the version of jupyterlab
2
2
-r ./prod.txt
3
- jupyterlab >=2.1 .0,<3.0.0a0
3
+ jupyterlab >=2.2 .0,<3.0.0a0
You can’t perform that action at this time.
0 commit comments