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