Skip to content

Commit b6c073b

Browse files
committed
docs(dns): Update README and CONTRIBUTING documentation
1 parent 5cf1298 commit b6c073b

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

packages/google-cloud-dns/CONTRIBUTING.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In order to add a feature:
2222
documentation.
2323

2424
- The feature must work fully on the following CPython versions:
25-
3.9, 3.10, 3.11, 3.12, 3.13 and 3.14 on both UNIX and Windows.
25+
3.10, 3.11, 3.12, 3.13 and 3.14 on both UNIX and Windows.
2626

2727
- The feature must not add unnecessary dependencies (where
2828
"unnecessary" is of course subjective, but new dependencies should
@@ -197,14 +197,12 @@ Supported Python Versions
197197

198198
We support:
199199

200-
- `Python 3.9`_
201200
- `Python 3.10`_
202201
- `Python 3.11`_
203202
- `Python 3.12`_
204203
- `Python 3.13`_
205204
- `Python 3.14`_
206205

207-
.. _Python 3.9: https://docs.python.org/3.9/
208206
.. _Python 3.10: https://docs.python.org/3.10/
209207
.. _Python 3.11: https://docs.python.org/3.11/
210208
.. _Python 3.12: https://docs.python.org/3.12/

packages/google-cloud-dns/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ Supported Python Versions
6060
Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
6161
Python.
6262

63-
Python >= 3.9
63+
Python >= 3.10
6464

6565
.. _active: https://devguide.python.org/devcycle/#in-development-main-branch
6666
.. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
6767

6868
Unsupported Python Versions
6969
^^^^^^^^^^^^^^^^^^^^^^^^^^^
70-
Python <= 3.8
70+
Python <= 3.9
7171

7272
If you are using an `end-of-life`_
7373
version of Python, we recommend that you update as soon as possible to an actively supported version.

0 commit comments

Comments
 (0)