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 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