From 420134b52da52bc57bc2d1b80d77a9a2bb2c58c4 Mon Sep 17 00:00:00 2001 From: Chris Filo Gorgolewski Date: Tue, 17 Mar 2015 20:59:30 -0700 Subject: [PATCH] Drop support for Python 2.6. Python 2.7 brings argparse and some useful testing functions http://stackoverflow.com/questions/17585207/python-unittest-assetraises. Both debian stable and ubuntu LST come with Python 2.7. --- .travis.yml | 1 - CHANGES | 1 + doc/users/install.rst | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6869f4e49..46f09d9aba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ cache: - apt language: python python: - - 2.6 - 2.7 env: - INSTALL_DEB_DEPENDECIES=true diff --git a/CHANGES b/CHANGES index b70edb1a77..ca43e827e1 100644 --- a/CHANGES +++ b/CHANGES @@ -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) diff --git a/doc/users/install.rst b/doc/users/install.rst index fadf4bdc16..20348ebf07 100644 --- a/doc/users/install.rst +++ b/doc/users/install.rst @@ -107,7 +107,7 @@ recommendations. Must Have ~~~~~~~~~ -Python_ 2.6 - 2.7 +Python_ 2.7 Nibabel_ 1.0 - 1.4 Neuroimaging file i/o library