diff options
-rw-r--r-- | doc/HOWTO_RELEASE.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/HOWTO_RELEASE.txt b/doc/HOWTO_RELEASE.txt index 06ace7b3a..71be45729 100644 --- a/doc/HOWTO_RELEASE.txt +++ b/doc/HOWTO_RELEASE.txt @@ -35,7 +35,7 @@ Doc wiki Supported platforms and versions ================================ Python 2.4-2.6 are the currently supported versions on all platforms. -NumPy 2.0 should include support for Python >=3.1. +NumPy 1.5 and 2.0 should include support for Python 2.7 and >=3.1. OS X ---- @@ -194,6 +194,13 @@ best to read the pavement.py script. .. note:: The following steps are repeated for the beta(s), release candidates(s) and the final release. +Check deprecations +------------------ +Before the release branch is made, it should be checked that all deprecated +code that should be removed is actually removed, and all new deprecations say +in the dostring or deprecation warning at what version the code will be +removed. + Check the release notes ----------------------- Check that the release notes are up-to-date, and mention at least the |