[Python 3.12 removed the deprecated `pkg_resources` from being installed when creating a virtual environment](https://docs.python.org/3/whatsnew/3.12.html). mxdev needs to [migrate to `importlib_resources`](https://importlib-resources.readthedocs.io/en/latest/migration.html). See https://community.plone.org/t/error-while-running-make-install-command/19114
Python 3.12 removed the deprecated
pkg_resourcesfrom being installed when creating a virtual environment. mxdev needs to migrate toimportlib_resources.See https://community.plone.org/t/error-while-running-make-install-command/19114