-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we support python 3.12? #75
Comments
The failure in the conda-feedstock conda-forge/aerobulk-python-feedstock#14 is probably related. |
I just noticed that the deploy action https://github.com/xgcm/aerobulk-python/actions/runs/8008831531 also failed when using python 3.12. Some more digging suggests that we will need to migrate away from numpy.distutils (see here) in the future. I suspect this will be a good amount of work, and probably not time sensitive right now (for the time being pinning to python 3.11 should not block too many folks? ). Just taking notes here to facilitate picking this up later. |
I rereleased 0.4.0 with #78 and that seems to work again. |
On first glance this seems like something in numpy has changed in recent versions? This def needs some deeper investigation.
Originally posted by @jbusecke in #68 (comment)
The text was updated successfully, but these errors were encountered: