@@ -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 and 3.13 on both UNIX and Windows.
25+ 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::
@@ -143,12 +143,12 @@ Running System Tests
143143 $ nox -s system
144144
145145 # Run a single system test
146- $ nox -s system-3.13 -- -k <name of test>
146+ $ nox -s system-3.14 -- -k <name of test>
147147
148148
149149 .. note::
150150
151- System tests are only configured to run under Python 3.9, 3.11, 3. 12 and 3.13 .
151+ System tests are only configured to run under Python 3.9, 3.12 and 3.14 .
152152 For expediency, we do not run them in older versions of Python 3.
153153
154154 This alone will not run the tests. You'll need to change some local
@@ -263,12 +263,14 @@ We support:
263263- `Python 3.11 `_
264264- `Python 3.12 `_
265265- `Python 3.13 `_
266+ - `Python 3.14 `_
266267
267268.. _Python 3.9 : https://docs.python.org/3.9/
268269.. _Python 3.10 : https://docs.python.org/3.10/
269270.. _Python 3.11 : https://docs.python.org/3.11/
270271.. _Python 3.12 : https://docs.python.org/3.12/
271272.. _Python 3.13 : https://docs.python.org/3.13/
273+ .. _Python 3.14 : https://docs.python.org/3.14/
272274
273275
274276Supported versions can be found in our ``noxfile.py `` `config `_.
0 commit comments