Skip to content

Commit

Permalink
Merge branch 'master' into rate-limiting
Browse files Browse the repository at this point in the history
  • Loading branch information
skion committed Dec 13, 2023
2 parents 4ad0339 + 3773b64 commit ccd44ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion firebase_admin/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""About information (version, etc) for Firebase Admin SDK."""

__version__ = '6.2.0'
__version__ = '6.3.0'
__title__ = 'firebase_admin'
__author__ = 'Firebase'
__license__ = 'Apache License 2.0'
Expand Down

0 comments on commit ccd44ba

Please sign in to comment.