hydrogeoscience / pygtide

A Python module and wrapper for ETERNA PREDICT to compute gravitational tides on Earth
Mozilla Public License 2.0
55 stars 19 forks source link

Python 3.12 windows wheel #41

Open dylanmikesell opened 6 months ago

dylanmikesell commented 6 months ago

Hi, Do you plan to create a Python 3.12 wheel for windows?

trichter commented 5 months ago

In #33 I tried to build wheels automatically. Unfortunately, I did not finish this PR and also do not have time to work on it at the moment. Also, I think, the compiling with numpy.distutils is not possible in python3.12. We would have to switch the build backend. Meson looks promising.