-
-
Notifications
You must be signed in to change notification settings - Fork 396
Closed
Description
main is currently targeting ipykernel 7.0, with support for AnyIO.
We have to address the following before releasing:
-
inprocesstests are failing after Replace Tornado with AnyIO #1079, and are currently skipped -
jupyter_clienttests are failing. We will need to make a release that supports bothipykernel6.0 and 7.0 -
qtconsoletests are failing. We will need to make a release that supports bothipykernel6.0 and 7.0, or a release that pins to (<7.0). - Minimum Version tests are failing. We will need to update minimum versions to get that passing.
- Pin to (
<7.0) in metakernel for now - Add compatibility with IPyKernel 7.0 Calysto/metakernel#275 - Add migration documentation (it might be helpful to write this while updating Metakernel)