aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCraig Citro <craigcitro@google.com>2015-04-15 16:10:11 -0700
committerCraig Citro <craigcitro@google.com>2015-04-15 16:10:11 -0700
commit6de33d52867a47b5438da61ce55ba56e8f50ef21 (patch)
tree38e9401611e95c0e6434451ede9d57c98e9c45d5 /README.md
parentb246d51ef9297101203ae4c68971b320ce87e011 (diff)
downloadgoogle-api-python-client-6de33d52867a47b5438da61ce55ba56e8f50ef21.tar.gz
Update README.md to mention python3 support.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c22221c07..8cff7b783 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,11 @@ $ easy_install --upgrade google-api-python-client
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
# Python Version
-Python 2.6 or 2.7 is required. Python 3.x is not yet supported.
+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.
# Third Party Libraries and Dependencies
The following libraries will be installed when you install the client library: