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 <https://github.com/openstack/swift/blob/master/requirements.txt>`_
 * Testing additionally requires `the test dependencies <https://github.com/openstack/swift/blob/master/test-requirements.txt>`_
 * Testing requires `these distribution packages <https://github.com/openstack/swift/blob/master/bindep.txt>`_
 
-There is no current support for Python 3.
-
 -----------
 Development
 -----------