diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 118d49004c..2f87417f08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,8 @@ If you get no errors, you're ready to submit your changes! It's a good practice to create [a new branch](https://help.github.com/articles/about-branches/) of the repository for a new set of changes. +For Python 2.7-compatible fixes, the branch should start from the `maint/1.3.x` branch on the +upstream repository. **4. Submit a [pull request][link_pullrequest].** diff --git a/README.rst b/README.rst index 24ec6eee26..70e64061bd 100644 --- a/README.rst +++ b/README.rst @@ -77,6 +77,24 @@ Information specific to Nipype is located here:: http://nipy.org/nipype +Python 2 Statement +------------------ + +Python 2.7 reaches its end-of-life in January 2020, which means it will +*no longer be maintained* by Python developers. `Many projects +`__ for +Nipype:: + + nipype<1.4 + +Bug fixes will be accepted against the ``maint/1.3.x`` branch. Support and Communication -------------------------