aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristopher Wilcox <crwilcox@google.com>2018-12-14 12:25:37 -0800
committerGitHub <noreply@github.com>2018-12-14 12:25:37 -0800
commit7ecf87114671879d49617ef4140e6ff0b76193a4 (patch)
treebe9948303c40f8fa0b933c2b89479d0923cdc68c /README.rst
parent5e121ce063bddfee174cff603668c5191876fd08 (diff)
downloadpython-api-core-7ecf87114671879d49617ef4140e6ff0b76193a4.tar.gz
Document Python 2 deprecation (#6910)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index b475267..f0caaaf 100644
--- a/README.rst
+++ b/README.rst
@@ -12,3 +12,12 @@ common helpers used by all Google API clients. For more information, see the
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-api_core.svg
:target: https://pypi.org/project/google-api_core/
.. _documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/
+
+
+Supported Python Versions
+-------------------------
+Python >= 3.4
+
+Deprecated Python Versions
+--------------------------
+Python == 2.7. Python 2.7 support will be removed on January 1, 2020. \ No newline at end of file