-
Notifications
You must be signed in to change notification settings - Fork 372
Description
A first server extension being developed is JupyterLab which today supports and CI tests on Linux and Windows for python 3.5, 3.6, 3.7, 3.8. The specific JupyterLab case depends also on nbclassic.
I list here after the restrictions imposed today in the various setup.py
- jupyterlab: linux+win32(py >= 3.5)
- jupyter_server: linux(py >= 3.5) win32(py >= 3.7)
- nbclassic: linux+win32(py >= 3.6)
I list then the CI tests being run
- Linux py-[3.5, 3.6, 3.7, 3.8]
- Max py-[3.5, 3.6, 3.7, 3.8]
- Windows py-[3.7, 3.8]
At runtime, some restrictions also apply in jupyter_server with AsyncMappingKernelManager: py >= 3.6, see https://github.com/jupyter/jupyter_server/blob/4f2d91d1754a30c9e46b48638c5a67907729fcb6/jupyter_server/serverapp.py#L1262-L1269
Regarding Windows with py3.8 we have a fix https://github.com/jupyter/jupyter_server/blob/4f2d91d1754a30c9e46b48638c5a67907729fcb6/jupyter_server/serverapp.py#L1735-L1760 and CI is green for Windows py-3.8 https://github.com/jupyter/jupyter_server/runs/631446097?check_suite_focus=true and I have not found test exclusion for that case so I guess server is fine on Windows py-3.8
Assuming JupyterLab 3.0 would drop python 3.5 support, the remaining actions would be:
- We need to review our Windows support for 3.6
- For nbclassic https://github.com/Zsailer/nbclassic/issues/11 is optional
@Zsailer @blink1073 @afshin @vidartf @kevin-bates @davidbrochart