On Saturday, November 4, 2023 at 5:17:01 AM UTC-7 Oscar Benjamin wrote: On Sun, 24 Sept 2023 at 22:10, Oscar Benjamin <[email protected]> wrote: > So if there are doctest updates needed I guess the workflow is: > > - Open a PR against sagemath/sage with the needed (doctest or other) changes > - Make SymPy's Sage CI job point at that PR > > Then when the time comes for Sage to update its SymPy version someone > will incorporate the changes from that PR somehow?
I have done this now: https://github.com/sagemath/sage/pull/36641 https://github.com/sympy/sympy/pull/25867 The SymPy CI testing with Sage all passes meaning that SymPy CI is all green on the master branch: https://github.com/sympy/sympy/commits/master Great, thank you! Is it worth changing the sage PR so that the Sage CI in the PR tests with SymPy's master branch? (I don't know how to do that.) I've pushed a change to your PR https://github.com/sagemath/sage/pull/36641 that will do this. When the new SymPy release is out, we can just replace this change by the package upgrade. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/40a3437e-dfb3-4dca-98a2-e03ca594ff6cn%40googlegroups.com.
