Replies: 2 comments 8 replies
|
For your use it may be more relevant to look at the Dor the MicroPython stubs I do collect the (rather noisy) downloads stats from PyPI if you want a view of that may be useful to glean active MicroPython active development / version over a longer period. |
|
@Josverl |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
π‘ cbuildmp
Build MicroPython native C extensions for every target they support, from one declarative config β on CI and on your own machine. cibuildwheel, for MicroPython.
Covers natmod (dynamically loadable native .mpy modules, built against py/dynruntime.mk) and usermod (USER_C_MODULES, compiled straight into a port's own firmware build) C extensions.
The two halves reach different distances back: natmod builds every release from v1.12 on (ABI 5 through 6.3), usermod every port from v1.20.0 on (qemu from v1.24.0). Both run to the newest preview release the pinned tag table knows.
Tip
cibuildmpis already available in alpha. Try it withgithub actions marketplaceThe questions are still open
How to find out which versions are EOL?
I'm trying to make
cibuildwheel-like tool but for natmod/usermod CI cross-buildSupporting full of targets and mp versions is hard, so I want to understand which range of mp versions I have to support and test?
How long should we consider a tagged version of micropython to be up to date?
Where can I get info about some version is EOL?
All reactions