@@ -81,8 +81,8 @@ In order to add a feature to ``gcloud-python``:
8181- The feature must be documented in both the API and narrative
8282 documentation (in ``docs/ ``).
8383
84- - The feature must work fully on the following CPython versions: 2.6 ,
85- and 2.7 on both UNIX and Windows.
84+ - The feature must work fully on the following CPython versions: 2.7 ,
85+ 3.4, and 3.5 on both UNIX and Windows.
8686
8787- The feature must not add unnecessary dependencies (where
8888 "unnecessary" is of course subjective, but new dependencies should
@@ -357,12 +357,10 @@ Supported Python Versions
357357
358358We support:
359359
360- - `Python 2.6 `_
361360- `Python 2.7 `_
362361- `Python 3.4 `_
363362- `Python 3.5 `_
364363
365- .. _Python 2.6 : https://docs.python.org/2.6/
366364.. _Python 2.7 : https://docs.python.org/2.7/
367365.. _Python 3.4 : https://docs.python.org/3.4/
368366.. _Python 3.5 : https://docs.python.org/3.5/
@@ -378,7 +376,7 @@ and lack of continuous integration `support`_.
378376.. _decreased usage : https://caremad.io/2013/10/a-look-at-pypi-downloads/
379377.. _support : http://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/
380378
381- We may ` drop 2.6 `_ as a supported version as well since Python 2.6 is no
379+ We have ` dropped 2.6 `_ as a supported version as well since Python 2.6 is no
382380longer supported by the core development team.
383381
384382We also explicitly decided to support Python 3 beginning with version
@@ -392,7 +390,7 @@ We also explicitly decided to support Python 3 beginning with version
392390.. _prominent : https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
393391.. _projects : http://flask.pocoo.org/docs/0.10/python3/
394392.. _Unicode literal support : https://www.python.org/dev/peps/pep-0414/
395- .. _ drop 2.6 : https://github.com/GoogleCloudPlatform/gcloud-python/issues/995
393+ .. _ dropped 2.6 : https://github.com/GoogleCloudPlatform/gcloud-python/issues/995
396394
397395Versioning
398396----------
0 commit comments