Closed yguclu closed 2 months ago
In order to support the most recent Python versions, we should remove any dependency on the distutils module, as this is not part of python 3.12. To this end we must:
distutils
python 3.12
sympy >= 1.12
Some updates:
pyccel/igakit#meson-build
With igakit Py3.12 already supported, we can close this issue.
In order to support the most recent Python versions, we should remove any dependency on the
distutils
module, as this is not part ofpython 3.12
. To this end we must:distutils
import from our setup.pysympy >= 1.12
(hence we must fix the SymPDE issue #106)distutils
to build the Fortran extension modules (see issue #53)