From f195357942173b7f2ac5ea39a2d854f06b382482 Mon Sep 17 00:00:00 2001 From: Jonathan Edey Date: Thu, 30 Nov 2023 17:58:52 -0500 Subject: [PATCH] Deprecated support for Python 3.7 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 041c41673..f7cae21ff 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.7+. Firebase +We currently support Python 3.7+. However, Python 3.7 support is deprecated, +and developers are strongly advised to use Python 3.8 or higher. Firebase Admin Python SDK is also tested on PyPy and [Google App Engine](https://cloud.google.com/appengine/) environments.