diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-24 18:48:53 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-24 18:48:53 -0400 |
commit | 829b63de184f3cca447e01a12e068071b87208d3 (patch) | |
tree | 2346918448b2f496ab07840a6c23b53e01c2a5f5 /doc | |
parent | ca3292df13f96437962ff864adf3b0cb98e5d5fd (diff) | |
download | numpy-829b63de184f3cca447e01a12e068071b87208d3.tar.gz |
DOC: add caveat about a major Python version bump
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 803042d6d..a073dcf36 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -78,6 +78,10 @@ does a minor or major release, it is guaranteed that there will be a stable release of all other projects that support the set of ``Python`` the new release will support. +If there is a major version bump in Python this policy will have to be +re-addressed as we can not predict how drastic the changes will be and +how the community will react. + Implementation -------------- |