Skip to content

ENH/FIX?: Drop support for Python 2.6 #1069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 18, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ cache:
- apt
language: python
python:
- 2.6
- 2.7
env:
- INSTALL_DEB_DEPENDECIES=true
Expand Down
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Next release
============
* ENH: Dropped support for now 7 years old Python 2.6 (https://github.com/nipy/nipype/pull/1069)
* FIX: terminal_output is not mandatory anymore (https://github.com/nipy/nipype/pull/1070)
* FIX: Fixed Camino output naming (https://github.com/nipy/nipype/pull/1061)
* ENH: Add the average distance to ErrorMap (https://github.com/nipy/nipype/pull/1039)
Expand Down
2 changes: 1 addition & 1 deletion doc/users/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ recommendations.
Must Have
~~~~~~~~~

Python_ 2.6 - 2.7
Python_ 2.7

Nibabel_ 1.0 - 1.4
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we update the ranges for the rest of the libraries?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes - but let's do this in a separate PR

On Wed, Mar 18, 2015 at 3:44 PM, Satrajit Ghosh notifications@github.com
wrote:

In doc/users/install.rst
#1069 (comment):

@@ -107,7 +107,7 @@ recommendations.
Must Have


-Python_ 2.6 - 2.7
+Python_ 2.7

 Nibabel_ 1.0 - 1.4

should we update the ranges for the rest of the libraries?


Reply to this email directly or view it on GitHub
https://github.com/nipy/nipype/pull/1069/files#r26715368.

Neuroimaging file i/o library
Expand Down