pyodide / micropip

A lightweight Python package installer for Pyodide
https://micropip.pyodide.org
Mozilla Public License 2.0
76 stars 21 forks source link

CI Run tests with pyodide 0.24.0 #85

Closed ryanking13 closed 1 year ago

ryanking13 commented 1 year ago
ryanking13 commented 1 year ago

@rth Hmm, yes that's a good point.

As you mentioned, there isn't much benefit from dropping Pyodide < 0.24.0 here in this PR, so I'll revert that change, and add some compatibility table.

I suppose we could do something like pytest-pyodide, where we drop support for an older version when it would greatly benefit from it.