New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/39866#issuecomment-1273792233 Comment: > Sure, that's fine with me. Just incorporate this one there? Sure, I will. Just FYI, a few doctest failures in sagemath 9.5 are expected, mostly safe to ignore. Right now I have all doctests passing with sagemath 9.7 + a few patches (less than in 9.5). However, that's using matplotlib 3.5.3. I haven't yet started working on matplotlib 3.6 (which causes most of the failures you have here, #39857 is a first step that I'm yet to test, but I'm not sure that will be enough). I will include this in my sagemath PR, together with other updates I've been doing (some of which work ok independently of sagemath, others like singular need rebuild of sagemath). > Also perhaps have a look at the python3.11 update, I think it's also updating sage. Sure, but locking sagemath update to python update seems more difficult. OTOH locking singular and sagemath seems more reasonable (unless you have a pressing reason to update singular, if so don't wait for me). Anyway, maybe worth testing the sagemath update with python 3.11 just to make sure everything works. BTW, the stupid limit recent python imposed on "int(s)" is also causing a few failures but they will go away with sagemath 9.7 (they just disable the limit).