🐞 Describe the bug
Per the PyPI page, win32 wheels are dropped since 1.6.1. 1.6.0 still has those wheels like yarl-1.6.0-cp36-cp36m-win32.whl.
Our CI which uses a 32-bit embeddable Python fails (Azure/azure-cli#15508), because it
- fails to download a
win32 wheel
- fails to build from source
yarl-1.6.2.tar.gz due to the absence of Python.h from the embeddable Python
💡 Expected behavior
win32 wheels should be released as before.
📋 Additional context
The same also happens for multidict.
🐞 Describe the bug
Per the PyPI page,
win32wheels are dropped since1.6.1.1.6.0still has those wheels likeyarl-1.6.0-cp36-cp36m-win32.whl.Our CI which uses a 32-bit embeddable Python fails (Azure/azure-cli#15508), because it
win32wheelyarl-1.6.2.tar.gzdue to the absence ofPython.hfrom the embeddable Python💡 Expected behavior
win32wheels should be released as before.📋 Additional context
The same also happens for
multidict.