diff --git a/documentation/sphinx/source/api-python.rst b/documentation/sphinx/source/api-python.rst index c0e415d7e9..b1b8d70786 100644 --- a/documentation/sphinx/source/api-python.rst +++ b/documentation/sphinx/source/api-python.rst @@ -54,7 +54,7 @@ Python API Installation ============ -The FoundationDB Python API is compatible with Python 2.7 - 3.4. You will need to have a Python version within this range on your system before the FoundationDB Python API can be installed. +The FoundationDB Python API is compatible with Python 2.7 - 3.6. You will need to have a Python version within this range on your system before the FoundationDB Python API can be installed. On macOS, the FoundationDB Python API is installed as part of the FoundationDB installation (see :ref:`installing-client-binaries`). On Ubuntu or RHEL/CentOS, you will need to install the FoundationDB Python API manually. diff --git a/documentation/sphinx/source/downloads.rst b/documentation/sphinx/source/downloads.rst index 4940cce6e5..11069e7334 100644 --- a/documentation/sphinx/source/downloads.rst +++ b/documentation/sphinx/source/downloads.rst @@ -51,7 +51,7 @@ C FoundationDB's C bindings are installed with the FoundationDB client binaries. You can find more details in the :doc:`C API Documentation `. -Python 2.7 - 3.4 +Python 2.7 - 3.5 ---------------- On macOS and Windows, the FoundationDB Python API bindings are installed as part of your FoundationDB installation.