From c4847546a1db7d0353465838c47c7e58572d5c63 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 18 Feb 2018 15:59:12 +0100 Subject: [PATCH 1/2] The current master branch is now python 3 only. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 26ccde2860ae..8efae2357eb7 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,9 @@ platforms. Matplotlib can be used in Python scripts, the Python and IPython shell (à la MATLAB or Mathematica), web application servers, and various graphical user interface toolkits. +NOTE: The current master branch is now python 3 only. Python 2 support is +being dropped. + `Home page `_ Installation From b106e7b54bf5012ba2d0aa3eacbe771f9e8cad38 Mon Sep 17 00:00:00 2001 From: cclauss Date: Sun, 18 Feb 2018 15:59:47 +0100 Subject: [PATCH 2/2] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 8efae2357eb7..8d03c9b9730b 100644 --- a/README.rst +++ b/README.rst @@ -33,7 +33,7 @@ platforms. Matplotlib can be used in Python scripts, the Python and IPython shell (à la MATLAB or Mathematica), web application servers, and various graphical user interface toolkits. -NOTE: The current master branch is now python 3 only. Python 2 support is +NOTE: The current master branch is now Python 3 only. Python 2 support is being dropped. `Home page `_