@@ -286,19 +286,18 @@ Supported Python Versions
286286
287287We support:
288288
289- - `Python 2.7 `_
290289- `Python 3.4 `_
291290- `Python 3.5 `_
292291- `Python 3.6 `_
293292
294- .. _Python 2.7 : https://docs.python.org/2.7/
295293.. _Python 3.4 : https://docs.python.org/3.4/
296294.. _Python 3.5 : https://docs.python.org/3.5/
297295.. _Python 3.6 : https://docs.python.org/3.6/
298296
299- Supported versions can be found in our ``nox.py `` `config `_.
300297
301- .. _config : https://github.com/GoogleCloudPlatform/google-cloud-python/blob/master/nox.py
298+ Supported versions can be found in our ``noxfile.py `` `config `_.
299+
300+ .. _config : https://github.com/googleapis/google-cloud-python/blob/master/noxfile.py
302301
303302We explicitly decided not to support `Python 2.5 `_ due to `decreased usage `_
304303and lack of continuous integration `support `_.
@@ -310,6 +309,8 @@ and lack of continuous integration `support`_.
310309We have `dropped 2.6 `_ as a supported version as well since Python 2.6 is no
311310longer supported by the core development team.
312311
312+ Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020.
313+
313314We also explicitly decided to support Python 3 beginning with version
3143153.4. Reasons for this include:
315316
@@ -321,7 +322,7 @@ We also explicitly decided to support Python 3 beginning with version
321322.. _prominent : https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
322323.. _projects : http://flask.pocoo.org/docs/0.10/python3/
323324.. _Unicode literal support : https://www.python.org/dev/peps/pep-0414/
324- .. _dropped 2.6 : https://github.com/GoogleCloudPlatform /google-cloud-python/issues/995
325+ .. _dropped 2.6 : https://github.com/googleapis /google-cloud-python/issues/995
325326
326327**********
327328Versioning
0 commit comments