File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 38
38
fail-fast : false
39
39
matrix :
40
40
jupyterlab-version : ["2", "3"]
41
- python-version : ["3.7 ", "3.11"]
41
+ python-version : ["3.8 ", "3.11"]
42
42
jupyter-app : [notebook, lab]
43
43
44
44
steps :
@@ -115,10 +115,9 @@ jobs:
115
115
- name : Check the lab extension
116
116
# We test the labextension thoroughly in the acceptance tests below, so
117
117
# we have conditionally disabled this basic check is to avoid issues in
118
- # jupyterlab.browser_check with jupyterlab 2 and a modern version of
119
- # python (3.11+).
118
+ # jupyterlab.browser_check with jupyterlab 2 and jupyter_server 2+.
120
119
#
121
- if : ${{ !( matrix.jupyterlab-version == '2' && startsWith(matrix.python-version, '3.11')) }}
120
+ if : matrix.jupyterlab-version != '2'
122
121
run : |
123
122
jupyter labextension list
124
123
jupyter labextension list 2>&1 | grep -iE '@jupyterhub/jupyter-server-proxy.*OK.*'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dynamic = [
18
18
]
19
19
readme = " README.md"
20
20
license = { file = " LICENSE" }
21
- requires-python = " >=3.7 "
21
+ requires-python = " >=3.8 "
22
22
classifiers = [
23
23
" Framework :: Jupyter" ,
24
24
" Framework :: Jupyter :: JupyterLab" ,
@@ -32,7 +32,6 @@ classifiers = [
32
32
" Operating System :: POSIX :: Linux" ,
33
33
" Programming Language :: Python" ,
34
34
" Programming Language :: Python :: 3" ,
35
- " Programming Language :: Python :: 3.7" ,
36
35
" Programming Language :: Python :: 3.8" ,
37
36
" Programming Language :: Python :: 3.9" ,
38
37
" Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments