@@ -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 and 3.11 on both UNIX and Windows.
25+ 3.7, 3.8, 3.9, 3.10, 3.11 and 3.12 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.11 -- -k <name of test>
75+ $ nox -s unit-3.12 -- -k <name of test>
7676
7777
7878 .. note::
@@ -226,12 +226,14 @@ We support:
226226- `Python 3.9 `_
227227- `Python 3.10 `_
228228- `Python 3.11 `_
229+ - `Python 3.12 `_
229230
230231.. _Python 3.7 :https://docs.python.org/3.7/
231232.. _Python 3.8 :https://docs.python.org/3.8/
232233.. _Python 3.9 :https://docs.python.org/3.9/
233234.. _Python 3.10 :https://docs.python.org/3.10/
234235.. _Python 3.11 :https://docs.python.org/3.11/
236+ .. _Python 3.12 :https://docs.python.org/3.12/
235237
236238
237239Supported versions can be found in our ``noxfile.py `` `config `_.