Closed ManonMarchand closed 9 months ago
Thanks @ManonMarchand for opening this issue :+1:
Yes such table would be a good addition to the docs! Probably it's fine to keep it here in this repo (either in the README or in the docs), and then link to it from https://jupyterlite.readthedocs.io/en/stable/howto/pyodide/wheels.html ?
Here the change from pyodide-kernel 0.2.0 to 0.2.3 went from pyodide 0.24.1 to 0.25.0. This included breaking changes downstream. For example pyodide 0.24 is for python 3.10 and pyodide 0.25 is for python 3.11 so every custom wheels had to be rebuilt.
For that particular case maybe we should have bumped pyodide-kernel
to 0.3.0
just to be sure.
Hi here!
Problem
I'm wondering if it would be possible to document the version of pyodide that corresponds to each version of pyodide-kernel ?
It's in constants.py but I could'nt find it somewhere else.
Here the change from pyodide-kernel 0.2.0 to 0.2.3 went from pyodide 0.24.1 to 0.25.0. This included breaking changes downstream. For example pyodide 0.24 is for python 3.10 and pyodide 0.25 is for python 3.11 so every custom wheels had to be rebuilt.
Suggested Improvement
Maybe that's something that could be in the readme? Or in the shipping your own wheels part of the documentation here : https://jupyterlite.readthedocs.io/en/stable/howto/pyodide/wheels.html
I'd think something like a table giving all the information needed to build a wheel compatible with each version of pyodide-kernel
What do you think?