aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Hudon <chrish@pianocktail.org>2016-12-14 12:52:06 -0500
committerJon Wayne Parrott <jonwayne@google.com>2016-12-14 09:52:06 -0800
commit5dcd66cd597f4f833c95a9059a68c5774ff1a82b (patch)
tree37ed6faa570f3093d08360fc7f327448320c11e8 /README.md
parentf19307d2079e3c3854cac887f059655a66c49896 (diff)
downloadgoogle-api-python-client-5dcd66cd597f4f833c95a9059a68c5774ff1a82b.tar.gz
Clarify supported versions of Python 3 (#316)
Change the wording to explicitly mention that Python 3.3 and 3.4 are supported (instead of saying "3.3+"), as these are the versions that are tested in the tox.ini file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 19590c77d..03bdf8c9f 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,7 @@ See the [Developers Guide](https://developers.google.com/api-client-library/pyth
# Python Version
Python 2.6 or 2.7 are fully supported.
-Python 3.3+ is also now supported! However, this library has not yet been used
-as thoroughly with Python 3, so we'd recommend testing before deploying with
-Python 3 in production.
+Python 3.3 and 3.4 are supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions.
# Third Party Libraries and Dependencies
The following libraries will be installed when you install the client library: