-
Notifications
You must be signed in to change notification settings - Fork 0
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
Maintenance: Github actions test matrix must be updated #348
Comments
Running the tests with Python 3.12 with numpy fails.
This is a known issue with python 3.12: numpy/numpy#23808 This can be fixed by upgrading numpy to 1.26.* and setuptools to 69.*. However, building the fortran part fails with those dependencies (without clear errors during building):
Seems that the installer no longer supports what we do:
https://github.com/nens/threedigrid-builder/actions/runs/7916215007/job/21609611018 |
Tagging @martijn-siemerink and @daanvaningen because they know how the f2py build works. |
Looks fun! We will discuss who is going to pick this up :) |
The current test matrix tests with Python version 3.7 up to 3.11, corresponding to package versions in the years 2018-2022
The text was updated successfully, but these errors were encountered: