@@ -22,7 +22,7 @@ In order to add a feature:
2222 documentation.
2323
2424- The feature must work fully on the following CPython versions: 2.7,
25- 3.5, 3.6, and 3.7 on both UNIX and Windows.
25+ 3.5, 3.6, 3.7 and 3.8 on both UNIX and Windows.
2626
2727- The feature must not add unnecessary dependencies (where
2828 "unnecessary" is of course subjective, but new dependencies should
@@ -214,26 +214,18 @@ We support:
214214- `Python 3.5 `_
215215- `Python 3.6 `_
216216- `Python 3.7 `_
217+ - `Python 3.8 `_
217218
218219.. _Python 3.5 : https://docs.python.org/3.5/
219220.. _Python 3.6 : https://docs.python.org/3.6/
220221.. _Python 3.7 : https://docs.python.org/3.7/
222+ .. _Python 3.8 : https://docs.python.org/3.8/
221223
222224
223225Supported versions can be found in our ``noxfile.py `` `config `_.
224226
225227.. _config : https://github.com/googleapis/python-texttospeech/blob/master/noxfile.py
226228
227- We explicitly decided not to support `Python 2.5 `_ due to `decreased usage `_
228- and lack of continuous integration `support `_.
229-
230- .. _Python 2.5 : https://docs.python.org/2.5/
231- .. _decreased usage : https://caremad.io/2013/10/a-look-at-pypi-downloads/
232- .. _support : https://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/
233-
234- We have `dropped 2.6 `_ as a supported version as well since Python 2.6 is no
235- longer supported by the core development team.
236-
237229Python 2.7 support is deprecated. All code changes should maintain Python 2.7 compatibility until January 1, 2020.
238230
239231We also explicitly decided to support Python 3 beginning with version
@@ -247,7 +239,6 @@ We also explicitly decided to support Python 3 beginning with version
247239.. _prominent : https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
248240.. _projects : http://flask.pocoo.org/docs/0.10/python3/
249241.. _Unicode literal support : https://www.python.org/dev/peps/pep-0414/
250- .. _dropped 2.6 : https://github.com/googleapis/google-cloud-python/issues/995
251242
252243**********
253244Versioning
0 commit comments