-
Notifications
You must be signed in to change notification settings - Fork 358
Description
Is your feature request related to a problem? Please describe.
I recently updated nbconvert in a Pull Request due to problems with a library dependency in earlier versions.
See #3240
In the course of that, I also updated some core jupyter libraries to be more recent, in line with that Red Hat Open Data Hub Contrib Workbench Images is using in the context of Jupyterlab on Python 3.9 and 3.11.
Tests / Checks failed because certain new library versions require at least Python 3.9 in the python environment.
Describe the solution you'd like
Remove all support for Python 3.8 from tests and image environment validation.
Similar to what was done back then to remove Python 3.7 support https://github.com/elyra-ai/elyra/pull/3101/files#diff-7b84ea4a0a5058af570a2d621f94cf210464b0e8ce04c6d7bd24c614b38e0abb
Describe alternatives you've considered
Not as big of an issue for Jupyterlab 3.x, but probably all the more so for Jupyterlab 4.x support in future.
Additional context
I don't know anyone still using Python 3.8. Its end of life is in October 2024
https://devguide.python.org/versions/
After we have removed Python 3.8 support, we can make Python 3.11 work correctly #3199