@@ -21,7 +21,7 @@ In order to add a feature:
2121 documentation.
2222
2323- The feature must work fully on the following CPython versions:
24- 3.6, 3.7, 3.8 and 3.9 on both UNIX and Windows.
24+ 3.6, 3.7, 3.8, 3.9, and 3.10 on both UNIX and Windows.
2525
2626- The feature must not add unnecessary dependencies (where
2727 "unnecessary" is of course subjective, but new dependencies should
@@ -71,7 +71,7 @@ We use `nox <https://nox.readthedocs.io/en/latest/>`__ to instrument our tests.
7171
7272- To run a single unit test::
7373
74- $ nox -s unit-3.9 -- -k <name of test>
74+ $ nox -s unit-3.10 -- -k <name of test>
7575
7676
7777 .. note::
@@ -201,11 +201,13 @@ We support:
201201- `Python 3.7 `_
202202- `Python 3.8 `_
203203- `Python 3.9 `_
204+ - `Python 3.10 `_
204205
205206.. _Python 3.6 :https://docs.python.org/3.6/
206207.. _Python 3.7 :https://docs.python.org/3.7/
207208.. _Python 3.8 :https://docs.python.org/3.8/
208209.. _Python 3.9 :https://docs.python.org/3.9/
210+ .. _Python 3.10 :https://docs.python.org/3.10/
209211
210212
211213Supported versions can be found in our ``noxfile.py `` `config `_.