jupyter-widgets-contrib / ipycanvas

Interactive Canvas in Jupyter
https://ipycanvas.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
686 stars 64 forks source link

CI failing #226

Closed martinRenou closed 2 years ago

martinRenou commented 2 years ago

The CI is currently failing due to jupyter-packaging's ensure_python function not supporting Python 3.10.

We could either update jupyter-packaging (I failed last time I tried) or not rely on their ensure_python implementation anymore.