First I asked on gitter, though I got help they were not sure, see link
Numpy release v1.21.3 states:
Note a few oddities about Python 3.10:
- There are no 32 bit wheels for Windows, Mac, or Linux.
Questions:
Those wheels were not provided this time, does someone know, why?
From the release notes is not clear to me if wheels for windows 32 bits will be provided in the future or from now own there will be no 32 bits wheels
Which options do we have now? Build it on our own or download from gohlke/pythonlibs he seems to have built numpy wheels for py3.10 but
pip download/install
is honestly much more convenient.
Background: we test a 32bit dll with cffi and numpy and we would like to upgrade.