liberfa / pyerfa

Python bindings for ERFA routines
https://pyerfa.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 24 forks source link

BLD: fix an implicit conversion error (`char[2]` -> `int`) #155

Closed neutrinoceros closed 2 months ago

neutrinoceros commented 2 months ago

Tentatively fix a build error seen in CI example logs

I couldn't reproduce this locally yet so fingers crossed.

neutrinoceros commented 2 months ago

Ok I think I got it this time: wheel builds is green on macOS arm64. Meanwhile, we're seeing another, unrelated error on windows: following upstream changes in cibuildwheel, our wheels are being tested on CPython 3.13 too, but it doesn't quite work since numpy doesn't have stable wheels for it yet. I'll fix this in another PR.

neutrinoceros commented 2 months ago

ping @mhvk for review

mhvk commented 2 months ago

Great, let's get this in!