Skip to content

Commit 6de33d5

Browse files
committed
Update README.md to mention python3 support.
1 parent b246d51 commit 6de33d5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ $ easy_install --upgrade google-api-python-client
1616
See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
1717

1818
# Python Version
19-
Python 2.6 or 2.7 is required. Python 3.x is not yet supported.
19+
Python 2.6 or 2.7 are fully supported.
20+
21+
Python 3.3+ is also now supported! However, this library has not yet been used
22+
as thoroughly with Python 3, so we'd recommend testing before deploying with
23+
Python 3 in production.
2024

2125
# Third Party Libraries and Dependencies
2226
The following libraries will be installed when you install the client library:

0 commit comments

Comments
 (0)