From f351728e9c4963f81fd145e9e8f6e07d9c3e2f95 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sun, 29 Nov 2020 13:33:58 +0000 Subject: DOC: update the release howto for oldest-supported-numpy [ci skip] --- doc/HOWTO_RELEASE.rst.txt | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.1