It seems that highspy doesn't have wheels for python 3.14 and it takes quite a lot of time to build (about 2 minutes on my computer). So our CI is much slower for python 3.14 because it needs all this extra time to build the same package every time. The advantage of having using the uv cache is probably much greater now, because of that. I think this could reduce CI duration back to ~1 minute.
It seems that
highspydoesn't have wheels for python 3.14 and it takes quite a lot of time to build (about 2 minutes on my computer). So our CI is much slower for python 3.14 because it needs all this extra time to build the same package every time. The advantage of having using the uv cache is probably much greater now, because of that. I think this could reduce CI duration back to ~1 minute.