Skip to content

Commit 45f5eb5

Browse files
authored
Fix: update README to include Python 2 support. (#231)
1 parent c49af2e commit 45f5eb5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed
Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Google Datastore `ndb` Client Library
1+
# Google Cloud Datastore `ndb` Client Library
22

33
## Introduction
44

5-
This is a Python 3 version of the `ndb` client library for use with
5+
This is an updated version of the `ndb` client library for use with
66
[Google Cloud Datastore][0].
77

88
* [Client Library Documentation](https://googleapis.dev/python/python-ndb/latest)
@@ -11,7 +11,7 @@ The original Python 2 version of `ndb` was designed specifically for the
1111
[Google App Engine][1] `python27` runtime and can be found at
1212
https://github.com/GoogleCloudPlatform/datastore-ndb-python. This version of
1313
`ndb` is designed for the [Google App Engine Python 3 runtime][2], and will
14-
run on other Python 3 platforms as well.
14+
run on other Python platforms as well.
1515

1616
[0]: https://cloud.google.com/datastore
1717
[1]: https://cloud.google.com/appengine
@@ -21,7 +21,5 @@ run on other Python 3 platforms as well.
2121

2222
Beta
2323

24-
### Supported Python Versions
25-
Python >= 3.6
26-
27-
Python 2 backwards-compatibility is currently in development.
24+
### Officially Supported Python Versions
25+
Python 2.7 & Python 3.6-3.7

0 commit comments

Comments
 (0)