From 3e4efb7aa4662a5f915caab5bef3de6dd17e3e19 Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 29 Aug 2019 16:55:27 -0700 Subject: [PATCH] py3: Update Getting Started docs Change-Id: I94050c40585b397a9f7bab1e48650b89f70ab24d --- doc/source/getting_started.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index f23bc321b8..f6f044481f 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -11,14 +11,12 @@ most Linux platforms. Swift is written in Python and has these dependencies: -* Python 2.7 +* Python (2.7, 3.6, or 3.7) * rsync 3.0 * The Python packages listed in `the requirements file `_ * Testing additionally requires `the test dependencies `_ * Testing requires `these distribution packages `_ -There is no current support for Python 3. - ----------- Development -----------