8000 Merge remote-tracking branch 'tacaswell/drop_32' · matplotlib/matplotlib@655b078 · GitHub
[go: up one dir, main page]

Skip to content

Commit 655b078

Browse files
committed
Merge remote-tracking branch 'tacaswell/drop_32'
2 parents 48e8052 + 7f2b595 commit 655b078

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ language: python
1313
python:
1414
- 2.6
1515
- 2.7
16-
- 3.2
1716
- 3.3
17+
- 3.4
1818

1919
install:
2020
- pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow

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