diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-24 08:11:13 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-24 08:11:13 -0400 |
commit | ffd49776c5539f27f7de547c59769420e3986020 (patch) | |
tree | 9c53837dbeaedd919fb6862a9f0c1d6f08e5e0c0 | |
parent | 6948d79c69927681aa9c9146a901296a5b377ef5 (diff) | |
download | numpy-ffd49776c5539f27f7de547c59769420e3986020.tar.gz |
DOC: add missing 'minor'
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 8de66133e..06203ab02 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -88,7 +88,7 @@ development guidelines: - support minor versions of ``Python`` initially released 42 months prior to our planned release date - - always support at least the 2 latest versions of ``Python`` + - always support at least the 2 latest minor versions of ``Python`` - support minor versions of ``numpy`` initially released in the 24 months prior to our planned release date or oldest that supports the minimum Python version (whichever is higher) |