Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7f2b595

Browse files
committed
DOC : tweaked references to python versions
1 parent 0eeadd4 commit 7f2b595

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Next, we need to get matplotlib installed. We provide prebuilt
5353
binaries for OS X and Windows on the matplotlib `download
5454
<http://matplotlib.org/downloads.html>`_. Click on
5555
the latest release of the "matplotlib" package, choose your python
56-
version (2.6, 2.7 or 3.2) and your platform (macosx or win32). If you
56+
version (2.6, 2.7, 3.3, or 3.4) and your platform (macosx or win32). If you
5757
have any problems, please check the :ref:`installing-faq`, search
5858
using Google, and/or post a question the `mailing list
5959
<http://sourceforge.net/project/showfiles.php?group_id=80706>`_.

doc/users/whats_new.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@ For a list of all of the issues and pull requests since the last
1111
revision, see the :ref:`github-stats`.
1212

1313
.. note::
14-
Matplotlib version 1.1 is the last major release compatible with Python
15-
versions 2.4 to 2.7. matplotlib 1.2 and later require
16-
versions 2.6, 2.7, and 3.1 and higher.
14+
matplotlib 1.4 supports Python 2.6, 2.7, 3.3, and 3.4
15+
16+
matplotlib 1.3 supports Python 2.6, 2.7, 3.2, and 3.3
17+
18+
matplotlib 1.2 supports Python 2.6, 2.7, and 3.1
19+
20+
matplotlib 1.1 supports Python 2.4 to 2.7
21+
22+
1723

1824
.. contents:: Table of Contents
1925
:depth: 3

0 commit comments

Comments
 (0)