From fdf0e5ceb120dc39bcc7d78e7173500753c4490b Mon Sep 17 00:00:00 2001 From: Edward Oakes Date: Mon, 11 May 2020 14:49:49 -0500 Subject: [PATCH] Update README to say that python 2 is deprecated (#8404) --- README.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 32665ccad..594127a43 100644 --- a/README.rst +++ b/README.rst @@ -20,9 +20,7 @@ Ray is packaged with the following libraries for accelerating machine learning w Install Ray with: ``pip install ray``. For nightly wheels, see the `Installation page `__. -**NOTE:** `We are deprecating Python 2 support soon.`_ - -.. _`We are deprecating Python 2 support soon.`: https://github.com/ray-project/ray/issues/6580 +**NOTE:** As of Ray 0.8.1, Python 2 is no longer supported. Quick Start -----------