Commits

Antoine Pitrou authored 876d579b82c
ARROW-12068: [Python] Stop using distutils According to PEP 632, distutils will be deprecated in Python 3.10 and removed in 3.12. * switch to `setuptools` for general packaging * use the `Version` class from the `packaging` project instead of `distutils.LooseVersion` Closes #9849 from pitrou/ARROW-12068-remove-distutils Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>