Stop using "distutils" when building "enable"
Open
- Dominant language
- C
- Stars
- 97
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/enthought/enable/blob/aede7ceb94ec459a9ace60fa189642fb6ed4bb97/setup.py#L11
https://www.python.org/dev/peps/pep-0632/ - `distutils` is deprecated starting Python 3.10 from the Python standard library and will be removed in the future. We need to move away from `distutils`.
Contributor guide
Assessment
This issue has not been assessed yet.