@@ -23,8 +23,8 @@ In order to add a feature to ``python-ndb``:
2323- The feature must be documented in both the API and narrative
2424 documentation (in ``docs/ ``).
2525
26- - The feature must work fully on the following CPython versions: 3.6 and 3.7
27- on both UNIX and Windows.
26+ - The feature must work fully on the following CPython versions: 2.7, 3.6
27+ 3.7, 3.8, and 3.9 on both UNIX and Windows.
2828
2929- The feature must not add unnecessary dependencies (where
3030 "unnecessary" is of course subjective, but new dependencies should
@@ -144,7 +144,7 @@ Running System Tests
144144
145145 .. note::
146146
147- System tests are only configured to run under Python 3.7 . For
147+ System tests are only configured to run under Python 3.8 . For
148148 expediency, we do not run them in older versions of Python 3.
149149
150150 This alone will not run the tests. You'll need to change some local
@@ -273,11 +273,17 @@ Supported Python Versions
273273
274274We support:
275275
276+ - `Python 2.7 `_
276277- `Python 3.6 `_
277278- `Python 3.7 `_
279+ - `Python 3.8 `_
280+ - `Python 3.9 `_
278281
282+ .. _Python 2.7 : https://docs.python.org/2.7/
279283.. _Python 3.6 : https://docs.python.org/3.6/
280284.. _Python 3.7 : https://docs.python.org/3.7/
285+ .. _Python 3.8 : https://docs.python.org/3.8/
286+ .. _Python 3.9 : https://docs.python.org/3.9/
281287
282288
283289Supported versions can be found in our ``noxfile.py `` `config `_.
0 commit comments