summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 21:56:43 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2021-12-24 21:56:43 +0200
commit55dfd587ed6182b8af224906a467dbd3f7ae1433 (patch)
tree9f34f543af49e3843019804636524b77fb1d3870 /docs
parentfdb6eca68c3c1e7258f9be5236f511827289947f (diff)
downloadwheel-git-55dfd587ed6182b8af224906a467dbd3f7ae1433.tar.gz
Replaced distutils with setuptools
Distutils has been deprecated and will be removed in Python 3.12.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/news.rst b/docs/news.rst
index 8b84045..aa46010 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -5,6 +5,7 @@ Release Notes
- Dropped support for Python < 3.7
- Updated vendored ``packaging`` to 21.3
+- Replaced all uses of ``distutils`` with ``setuptools``
**0.37.1 (2021-12-22)**