diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2022-01-22 17:54:46 +0100 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2022-02-15 14:45:30 +0100 |
commit | 0ae08d026eaf8a975156c9149e318812bb9586bb (patch) | |
tree | c1dc11cfcc526e118411c367b1be4d6288eff6c8 /doc/source/reference/distutils_guide.rst | |
parent | 5b9b9395036702a23275592293c6501f423269ba (diff) | |
download | numpy-0ae08d026eaf8a975156c9149e318812bb9586bb.tar.gz |
DEP: deprecate `numpy.distutils`, and add a migration guide
Diffstat (limited to 'doc/source/reference/distutils_guide.rst')
-rw-r--r-- | doc/source/reference/distutils_guide.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/source/reference/distutils_guide.rst b/doc/source/reference/distutils_guide.rst index 081719d16..5bb4c2878 100644 --- a/doc/source/reference/distutils_guide.rst +++ b/doc/source/reference/distutils_guide.rst @@ -3,5 +3,11 @@ NumPy Distutils - Users Guide ============================= +.. warning:: + + ``numpy.distutils`` is deprecated, and will be removed for + Python >= 3.12. For more details, see :ref:`distutils-status-migration` + + .. include:: ../../DISTUTILS.rst.txt :start-line: 6 |