@@ -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.7, 3. 8, 3.9, 3.10, 3.11, 3.12 and 3.13 on both UNIX and Windows.
25+ 3.8, 3.9, 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
@@ -72,7 +72,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
7272
7373- To run a single unit test::
7474
75- $ nox -s unit-3.13 -- -k <name of test>
75+ $ nox -s unit-3.14 -- -k <name of test>
7676
7777
7878 .. note::
@@ -221,29 +221,29 @@ Supported Python Versions
221221
222222We support:
223223
224- - `Python 3.7 `_
225224- `Python 3.8 `_
226225- `Python 3.9 `_
227226- `Python 3.10 `_
228227- `Python 3.11 `_
229228- `Python 3.12 `_
230229- `Python 3.13 `_
230+ - `Python 3.14 `_
231231
232- .. _Python 3.7 : https://docs.python.org/3.7/
233232.. _Python 3.8 : https://docs.python.org/3.8/
234233.. _Python 3.9 : https://docs.python.org/3.9/
235234.. _Python 3.10 : https://docs.python.org/3.10/
236235.. _Python 3.11 : https://docs.python.org/3.11/
237236.. _Python 3.12 : https://docs.python.org/3.12/
238237.. _Python 3.13 : https://docs.python.org/3.13/
238+ .. _Python 3.14 : https://docs.python.org/3.14/
239239
240240
241241Supported versions can be found in our ``noxfile.py `` `config `_.
242242
243243.. _config : https://github.com/googleapis/python-cloud-core/blob/main/noxfile.py
244244
245245
246- We also explicitly decided to support Python 3 beginning with version 3.7 .
246+ We also explicitly decided to support Python 3 beginning with version 3.8 .
247247Reasons for this include:
248248
249249- Encouraging use of newest versions of Python 3
0 commit comments