From ea885c17f045fe2e9f2733d92933bea56f037d04 Mon Sep 17 00:00:00 2001 From: Jonathan Edey <145066863+jonathanedey@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:42:54 -0500 Subject: [PATCH] Deprecated support for Python 3.7 (#741) --- 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.