From ebd278b8c41d72a9f9c594677c8d69684d8ef977 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Tue, 14 Jul 2020 17:31:04 -0700 Subject: [PATCH] fix: update README for library conversion to microgenerator (#29) * update README * update version * Update README.rst Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index e0e2bdc..51ed765 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,16 @@ In order to use this library, you first need to go through the following steps: .. _Enable the Web Risk API.: https://cloud.google.com/web-risk .. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html +Supported Python Versions +^^^^^^^^^^^^^^^^^^^^^^^^^ +Python >= 3.6 + +Deprecated Python Versions +^^^^^^^^^^^^^^^^^^^^^^^^^^ +Python == 2.7. + +The last version of this library compatible with Python 2.7 is google-cloud-webrisk==0.3.0 + Installation ~~~~~~~~~~~~