Description
I think the builds have started failing just now, because numpy 1.26 is out. It requires GCC >= 8.4, which the CI setup does not provide.
This failure maybe should make us revisit the idea to compile against a new numpy on an old python... It seems that we have become more sensitive recently to updates to dependencies, which then block every PR.
Sample failing build: https://github.com/astropy/astropy/actions/runs/6212653493/job/16863021788?pr=15304
Blocked by
Description
I think the builds have started failing just now, because numpy 1.26 is out. It requires GCC >= 8.4, which the CI setup does not provide.
This failure maybe should make us revisit the idea to compile against a new numpy on an old python... It seems that we have become more sensitive recently to updates to dependencies, which then block every PR.
Sample failing build: https://github.com/astropy/astropy/actions/runs/6212653493/job/16863021788?pr=15304
Blocked by