pytroll / aggdraw

Python package wrapping AGG2 drawing functionality
https://aggdraw.readthedocs.io/en/latest/
Other
98 stars 48 forks source link

Drop 32-bit wheel builds #88

Closed djhoese closed 1 year ago

djhoese commented 1 year ago

Numpy no longer provides 32-bit wheels and it just takes too long to try to build numpy on 32-bit wheels. If someone has a good alternative then let me know. Right now we don't even compile against numpy (that could easily change in the future), but one of our tests requires numpy. Since it isn't available pip tries to build it from source.

djhoese commented 1 year ago

Side note: I think I've disabled appveyor from now on. I deleted the project inside appveyor.

djhoese commented 1 year ago

1h5ms with 32-bit builds, 23m50s without 32-bit.