Is it possible/easy to get 32-bit wheels for Windows up on PyPI?
I've got a project that targets a 32-bit machine (bleh) and indirectly uses immutables via the loguru package.
Edit: I forgot to mention that I specifically need py36 wheels on 32-bit windows.
Is it possible/easy to get 32-bit wheels for Windows up on PyPI?
I've got a project that targets a 32-bit machine (bleh) and indirectly uses
immutablesvia thelogurupackage.Edit: I forgot to mention that I specifically need py36 wheels on 32-bit windows.