From 0eeadd44783b997114f9d58f135d03e810956b36 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 5 Jul 2014 21:39:52 -0400 Subject: [PATCH 1/2] TST : drop 3.2, add 3.4 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cae44a2980fa..640de17cf4ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,8 @@ language: python python: - 2.6 - 2.7 - - 3.2 - 3.3 + - 3.4 install: - pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow From 7f2b595bc99cfb6e6e00f9ea83cf694fa1929d7c Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 5 Jul 2014 22:42:59 -0400 Subject: [PATCH 2/2] DOC : tweaked references to python versions --- INSTALL | 2 +- doc/users/whats_new.rst | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index 786d540ad40c..8e165006da22 100644 --- a/INSTALL +++ b/INSTALL @@ -53,7 +53,7 @@ Next, we need to get matplotlib installed. We provide prebuilt binaries for OS X and Windows on the matplotlib `download `_. Click on the latest release of the "matplotlib" package, choose your python -version (2.6, 2.7 or 3.2) and your platform (macosx or win32). If you +version (2.6, 2.7, 3.3, or 3.4) and your platform (macosx or win32). If you have any problems, please check the :ref:`installing-faq`, search using Google, and/or post a question the `mailing list `_. diff --git a/doc/users/whats_new.rst b/doc/users/whats_new.rst index d783e37be53d..b8f92b0d49ea 100644 --- a/doc/users/whats_new.rst +++ b/doc/users/whats_new.rst @@ -11,9 +11,15 @@ For a list of all of the issues and pull requests since the last revision, see the :ref:`github-stats`. .. note:: - Matplotlib version 1.1 is the last major release compatible with Python - versions 2.4 to 2.7. matplotlib 1.2 and later require - versions 2.6, 2.7, and 3.1 and higher. + matplotlib 1.4 supports Python 2.6, 2.7, 3.3, and 3.4 + + matplotlib 1.3 supports Python 2.6, 2.7, 3.2, and 3.3 + + matplotlib 1.2 supports Python 2.6, 2.7, and 3.1 + + matplotlib 1.1 supports Python 2.4 to 2.7 + + .. contents:: Table of Contents :depth: 3