pyccel / psydac

Python 3 library for isogeometric analysis
https://pyccel.github.io/psydac/
MIT License
52 stars 18 forks source link

Remove dependency on `distutils` #406

Closed yguclu closed 2 months ago

yguclu commented 6 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:

kvrigor commented 5 months ago

Some updates:

kvrigor commented 2 months ago

With igakit Py3.12 already supported, we can close this issue.