Update supported Python versions in downloads.rst

Per the Python API docs (https://apple.github.io/foundationdb/api-python.html), 
Python versions 2.7-3.7 are now supported.
This commit is contained in:
Greg Taylor 2020-07-02 14:02:02 -07:00 committed by GitHub
parent b7189f5168
commit 4226c53765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.5
Python 2.7 - 3.7
----------------
On macOS and Windows, the FoundationDB Python API bindings are installed as part of your FoundationDB installation.