Merge pull request #459 from alecgrieser/bump-python-version

Bump supported python version to 3.6
This commit is contained in:
John Brownlee 2018-06-11 19:04:53 -07:00 committed by GitHub
commit 6f0af73096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.