scipy / oldest-supported-numpy

Meta-package providing the oldest supported Numpy for a given Python version and platform
BSD 2-Clause "Simplified" License
55 stars 33 forks source link

fix: support Windows 32-bit cross-compiles #49

Closed henryiii closed 2 years ago

henryiii commented 2 years ago

Closes #45. Not sure if there's any extra testing that's needed, but I think this should resolve the issue.

matham commented 2 years ago

Yes, can you please remove this exclusion: https://github.com/scipy/oldest-supported-numpy/blob/92de71c78cea5d9836dae3f842f914eb129b6866/.github/workflows/main.yml#L32 so x86 is tested as well now?

henryiii commented 2 years ago

Sure, removed.

rgommers commented 2 years ago

Thanks a lot @henryiii and @matham!

rgommers commented 2 years ago

2022.4.18 is up on PyPI