Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b4c79

Browse files
Merge pull request googleapis#89 from craigcitro/update_readme
Update README.md to mention python3 support.
2 parents b246d51 + 6de33d5 commit f6b4c79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
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)