bump supported python version to 3.6

Issue: #379
This commit is contained in:
Alec Grieser 2018-06-11 11:54:47 -07:00
parent e67bf8936c
commit be9a131f0d
No known key found for this signature in database
GPG Key ID: CAF63551C60D3462
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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 <api-c>`.
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.