Commit a0f4610 1 parent 6a33bb8 commit a0f4610 Copy full SHA for a0f4610
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -152,10 +152,12 @@ jobs:
152
152
- name : Base Setup
153
153
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
154
154
with :
155
- python_version : " 3.11"
155
+ python_version : " 3.8"
156
+ dependency_type : minimum
156
157
157
- - name : Install minimum versions
158
- uses : jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
158
+ - name : Install the Python dependencies
159
+ run : |
160
+ pip install -e ".[test]"
159
161
160
162
- name : Run the unit tests
161
163
run : |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ classifiers = [
27
27
" Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt" ,
28
28
]
29
29
dependencies = [
30
- " jupyter_server>=2.0 .0,<3.0.0" ,
30
+ " jupyter_server>=2.4 .0,<3.0.0" ,
31
31
" jupyter_ydoc>=2.0.0,<3.0.0" ,
32
32
" pycrdt-websocket>=0.12.5,<0.13.0" ,
33
33
" jupyter_events>=0.10.0" ,
@@ -44,12 +44,12 @@ dev = [
44
44
]
45
45
test = [
46
46
" coverage" ,
47
- " jupyter_server[test]>=2.0 .0" ,
47
+ " jupyter_server[test]>=2.4 .0" ,
48
48
" jupyter_server_fileid[test]" ,
49
49
" pytest>=7.0" ,
50
50
" pytest-cov" ,
51
51
" websockets" ,
52
- " importlib_metadata >=3.6 ; python_version<'3.10'" ,
52
+ " importlib_metadata >=4.8.3 ; python_version<'3.10'" ,
53
53
]
54
54
docs = [
55
55
" jupyterlab>=4.0.0" ,
You can’t perform that action at this time.
0 commit comments