`main` is currently targeting `ipykernel` 7.0, with support for [AnyIO](https://github.com/ipython/ipykernel/pull/1079). We have to address the following before releasing: - [x] `inprocess` tests are failing after #1079, and are currently skipped - [ ] `jupyter_client` tests are failing. We will need to make a release that supports both `ipykernel` 6.0 and 7.0 - [ ] `qtconsole`tests are failing. We will need to make a release that supports both `ipykernel` 6.0 and 7.0, or a release that pins to (`<7.0`). - [x] Minimum Version tests are failing. We will need to update minimum versions to get that passing. - [x] Pin to (`<7.0`) in [metakernel](https://github.com/Calysto/metakernel/) for now - https://github.com/Calysto/metakernel/issues/275 - [ ] Add migration documentation (it might be helpful to write this while updating Metakernel)
mainis currently targetingipykernel7.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 skippedjupyter_clienttests are failing. We will need to make a release that supports bothipykernel6.0 and 7.0qtconsoletests are failing. We will need to make a release that supports bothipykernel6.0 and 7.0, or a release that pins to (<7.0).<7.0) in metakernel for now - Add compatibility with IPyKernel 7.0 Calysto/metakernel#275