From 93625d34cbba7c6835d4457814009f989d6486ef Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Fri, 4 Dec 2020 10:16:47 -0800 Subject: [PATCH] change: Deprecated support for Python 3.5 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f33af68b..180bc2bff 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,10 @@ requests, code review feedback, and also pull requests. ## Supported Python Versions -We currently support Python 3.5+. Firebase Admin Python SDK is also tested on -PyPy and [Google App Engine](https://cloud.google.com/appengine/) environments. +We currently support Python 3.5+. However, Python 3.5 support is deprecated, +and the developers are strongly advised to use Python 3.6 or higher. Firebase +Admin Python SDK is also tested on PyPy and +[Google App Engine](https://cloud.google.com/appengine/) environments. ## Documentation