diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2020-11-29 13:33:58 +0000 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@gmail.com> | 2020-11-29 13:33:58 +0000 |
commit | f351728e9c4963f81fd145e9e8f6e07d9c3e2f95 (patch) | |
tree | 3eae09e9b7b6292b277caf98d89ce54b50f4b276 /doc | |
parent | d0a457f2d16b64373e689c78d53f835844d5b432 (diff) | |
download | numpy-f351728e9c4963f81fd145e9e8f6e07d9c3e2f95.tar.gz |
DOC: update the release howto for oldest-supported-numpy
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HOWTO_RELEASE.rst.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/HOWTO_RELEASE.rst.txt b/doc/HOWTO_RELEASE.rst.txt index 5a9c4d505..9dbee320c 100644 --- a/doc/HOWTO_RELEASE.rst.txt +++ b/doc/HOWTO_RELEASE.rst.txt @@ -460,6 +460,15 @@ The scipy.org should be a PR at https://github.com/scipy/scipy.org. The file that needs modification is ``www/index.rst``. Search for ``News``. +Update oldest-supported-numpy +----------------------------- +If this release is the first one to support a new Python version, or the first +to provide wheels for a new platform or PyPy version, the version pinnings +in https://github.com/scipy/oldest-supported-numpy should be updated. +Either submit a PR with changes to ``setup.cfg`` there, or open an issue with +info on needed changes. + + Announce to the lists --------------------- The release should be announced on the mailing lists of |