csdms / babelizer

Transform BMI-wrapped models into Python packages
https://babelizer.readthedocs.io
MIT License
4 stars 3 forks source link

Update python version to 3.10+ #88

Closed mcflugen closed 7 months ago

mcflugen commented 7 months ago

This pull request is an attempt to update babelizer to use Python 3.10+.

mcflugen commented 7 months ago

@mdpiper The failing tests are because numpy removed numpy.distutils with Python 3.12. Are you ok if we merge this as-is and then fix things in a separate pr that adds the meson build system?

mdpiper commented 7 months ago

@mdpiper The failing tests are because numpy removed numpy.distutils with Python 3.12. Are you ok if we merge this as-is and then fix things in a separate pr that adds the meson build system?

Yup, go for it!