**Describe the bug** Technically more of a feature request, `monai.utils.misc` uses `distutils.utils.strtobool` which prevents this module from being imported in Python 3.12. See [here](https://github.com/Project-MONAI/MONAI/blob/1.3.1/monai/utils/misc.py#L27). **To Reproduce** With Python 3.12.x and MONAI 1.13.1: `import monai.utils`