Hi! In the https://github.com/numpy/numpy/pull/24634 PR, `numpy.core` is being renamed to `numpy._core` which affects `.github/workflows/build-numpy.yml` file here. Would renaming `core` path to `_core` work here? Or do you need to run the CI against other numpy versions?