Skip to content

Commit 47a2fa2

Browse files
committed
docs(ndb): Update README and CONTRIBUTING documentation
1 parent adbc099 commit 47a2fa2

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

packages/google-cloud-ndb/CONTRIBUTING.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.9, 3.10, 3.11, 3.12, 3.13 and 3.14 on both UNIX and Windows.
27+
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
@@ -259,14 +259,12 @@ Supported Python Versions
259259

260260
We support:
261261

262-
- `Python 3.9`_
263262
- `Python 3.10`_
264263
- `Python 3.11`_
265264
- `Python 3.12`_
266265
- `Python 3.13`_
267266
- `Python 3.14`_
268267

269-
.. _Python 3.9: https://docs.python.org/3.9/
270268
.. _Python 3.10: https://docs.python.org/3.10/
271269
.. _Python 3.11: https://docs.python.org/3.11/
272270
.. _Python 3.12: https://docs.python.org/3.12/

packages/google-cloud-ndb/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ GA
3030

3131
Our client libraries are compatible with all current [active][3] and [maintenance][4] versions of Python.
3232

33-
Python >= 3.9
33+
Python >= 3.10
3434

3535
[3]: https://devguide.python.org/devcycle/#in-development-main-branch
3636
[4]: https://devguide.python.org/devcycle/#maintenance-branches
3737

3838
### Unsupported Python Versions
3939

40-
Python <= 3.8
40+
Python <= 3.9
4141

4242
If you are using an [end-of-life][5]
4343
version of Python, we recommend that you update as soon as possible to an actively supported version.

0 commit comments

Comments
 (0)