diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-02-17 00:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 00:54:18 +0200 |
commit | b1f12bee2c9542ebf4431f133f583a51a75371ec (patch) | |
tree | 0ee5be041ef5a0eb43038936c09fc173e5e33615 /doc/source/reference/distutils.rst | |
parent | 924791e452e82f334b2c81e42fa23c9c1961d4c1 (diff) | |
parent | ec8e9e78e9a47242f8fc739e615564aa65883fdd (diff) | |
download | numpy-b1f12bee2c9542ebf4431f133f583a51a75371ec.tar.gz |
Merge pull request #20875 from rgommers/deprecate-npdistutils
DEP: deprecate `numpy.distutils`, and add a migration guide
Diffstat (limited to 'doc/source/reference/distutils.rst')
-rw-r--r-- | doc/source/reference/distutils.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/reference/distutils.rst b/doc/source/reference/distutils.rst index 9db757c89..ff1ba3b0d 100644 --- a/doc/source/reference/distutils.rst +++ b/doc/source/reference/distutils.rst @@ -4,6 +4,11 @@ Packaging (:mod:`numpy.distutils`) .. module:: numpy.distutils +.. warning:: + + ``numpy.distutils`` is deprecated, and will be removed for + Python >= 3.12. For more details, see :ref:`distutils-status-migration` + NumPy provides enhanced distutils functionality to make it easier to build and install sub-packages, auto-generate code, and extension modules that use Fortran-compiled libraries. To use features of NumPy |