From 32d40ca592d7dceda952547ce8e1d959351bf617 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Thu, 22 Sep 2022 17:04:30 -0400 Subject: [PATCH] change: Deprecated support for Python 3.6 (#646) * Deprecated support for Python 3.6 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 646d3d0e3..9c5101e3f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ requests, code review feedback, and also pull requests. ## Supported Python Versions -We currently support Python 3.6+. Firebase +We currently support Python 3.6+. However, Python 3.6 support is deprecated, +and developers are strongly advised to use Python 3.7 or higher. Firebase Admin Python SDK is also tested on PyPy and [Google App Engine](https://cloud.google.com/appengine/) environments.