Skip to content

Commit e077218

Browse files
committed
Fix the versions integrity
1 parent ec92128 commit e077218

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

ci/job.test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ parameters:
1212
pythons:
1313
- name: ThreeSix
1414
spec: '=3.6'
15-
lab: '>=2.1.0,<3.0.0a0'
15+
lab: '>=2.2.0,<3.0.0a0'
1616
nodejs: '>=10,<11.0.0.a0'
1717
- name: ThreeSeven
1818
spec: '=3.7'
19-
lab: '>=2.1.0,<3.0.0a0'
19+
lab: '>=2.2.0,<3.0.0a0'
2020
nodejs: '>=12,<13.0.0a0'
2121
- name: ThreeEight
2222
spec: '=3.8'
23-
lab: '>=2.1.0,<3.0.0a0'
23+
lab: '>=2.2.0,<3.0.0a0'
2424
nodejs: '>=13,<14.0.0a0'
2525
js_cov_packages:
2626
- jupyterlab-go-to-definition

docs/Releasing.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@
5050
"- `packages/jupyterlab-lsp/package.json` > `devDependencies` >\n",
5151
" `@jupyterlab/application` (canonical)\n",
5252
"- `binder/environment.yml`\n",
53+
"- `requirements/lab.txt`\n",
54+
"- `ci/job.test.yml`\n",
5355
"- `README.md`\n",
5456
"\n",
5557
"### Releasing:\n",

requirements/lab.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# the version of jupyterlab
22
-r ./prod.txt
3-
jupyterlab >=2.1.0,<3.0.0a0
3+
jupyterlab >=2.2.0,<3.0.0a0

0 commit comments

Comments
 (0)