File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ requests, code review feedback, and also pull requests.
4343

4444
## Supported Python Versions
4545

46-
We currently support Python 3.7+. Firebase
46+
We currently support Python 3.7+. However, Python 3.7 support is deprecated,
47+
and developers are strongly advised to use Python 3.8 or higher. Firebase
4748
Admin Python SDK is also tested on PyPy and
4849
[Google App Engine](https://cloud.google.com/appengine/) environments.
4950

Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
__version__ = '6.2.0'
17+
__version__ = '6.3.0'
1818
__title__ = 'firebase_admin'
1919
__author__ = 'Firebase'
2020
__license__ = 'Apache License 2.0'

0 commit comments

Comments
 (0)