@@ -24,7 +24,7 @@ In order to add a feature to ``python-ndb``:
2424 documentation (in ``docs/ ``).
2525
2626- The feature must work fully on the following CPython versions:
27- 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows.
27+ 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 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
@@ -151,7 +151,7 @@ Running System Tests
151151
152152 .. note::
153153
154- System tests are only configured to run under Python 3.8 . For
154+ System tests are only configured to run under Python 3.14 . For
155155 expediency, we do not run them in older versions of Python 3.
156156
157157 This alone will not run the tests. You'll need to change some local
@@ -267,6 +267,7 @@ We support:
267267- `Python 3.11 `_
268268- `Python 3.12 `_
269269- `Python 3.13 `_
270+ - `Python 3.14 `_
270271
271272.. _Python 3.7 : https://docs.python.org/3.7/
272273.. _Python 3.8 : https://docs.python.org/3.8/
@@ -275,6 +276,7 @@ We support:
275276.. _Python 3.11 : https://docs.python.org/3.11/
276277.. _Python 3.12 : https://docs.python.org/3.12/
277278.. _Python 3.13 : https://docs.python.org/3.13/
279+ .. _Python 3.14 : https://docs.python.org/3.14/
278280
279281
280282Supported versions can be found in our ``noxfile.py `` `config `_.
0 commit comments