From 223647f4a58bdd716c8a1434c7e404daecc120a7 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 18:55:43 +0000 Subject: [PATCH] Python 3.8 has EoL'ed. Update README to deprecate Python 3.8 support Updated the 'Supported Python Versions' section in README.md to indicate that Python 3.7 and Python 3.8 support is deprecated, advising users to use Python 3.9 or higher. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7cae21ff..6e3ed6805 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ requests, code review feedback, and also pull requests. ## Supported Python Versions -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 +We currently support Python 3.7+. However, Python 3.7 and Python 3.8 support is deprecated, +and developers are strongly advised to use Python 3.9 or higher. Firebase Admin Python SDK is also tested on PyPy and [Google App Engine](https://cloud.google.com/appengine/) environments.