-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug
Description
Because python >=3.12 does not ship distutils anymore.
https://peps.python.org/pep-0632/#migration-advice
Belows are the modules we use.
- distutils.version.LooseVersion Use
packaging.version.parseinstead ofdistutils.version.LooseVersion#17173 - distutils.util.strtobool Remove and replace deprecated
distutils.util.strtobool()#17185 - distutils.core.setup
- distutils.extension.Extension
- distutils.log.debug
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triagePRs or issues that need to be investigated by maintainers to find the right assignees to address itPRs or issues that need to be investigated by maintainers to find the right assignees to address ittype: bug