Skip to content

Commit 5dcd66c

Browse files
chrish42Jon Wayne Parrott
authored andcommitted
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.
1 parent f19307d commit 5dcd66c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ See the [Developers Guide](https://developers.google.com/api-client-library/pyth
1818
# Python Version
1919
Python 2.6 or 2.7 are fully supported.
2020

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.
21+
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.
2422

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

0 commit comments

Comments
 (0)