Currently SymPDE requires `sympy>=1.5,<=1.9`. We should make the necessary changes in order to use newer versions of SymPy. If we want to support Python 3.12, which does not ship with `distutils` anymore, it is necessary that we support `sympy >= 1.12`.
Currently SymPDE requires
sympy>=1.5,<=1.9. We should make the necessary changes in order to use newer versions of SymPy.If we want to support Python 3.12, which does not ship with
distutilsanymore, it is necessary that we supportsympy >= 1.12.