Funny I'm working with intel 686 right now brutal to get stuff to build eg. rust/cargo related (missing deps but mostly the hardware, slow). Recently trying to fix this maturin problem I ran into. But it is cool the backwards compatibility of python 3.11 to 32bit with debian 12
The CPU I'm working with is Celeron M 900MHz single core no HT struggling to build wheels for python (several hours)
It's great Python is/was well supported on i686. Node on the other hand almost immediately started requiring SSE2 even in the earliest versions. Have not found success with Node + Pentium III yet, maybe need to build an earlier version myself.
The CPU I'm working with is Celeron M 900MHz single core no HT struggling to build wheels for python (several hours)