@@ -22,7 +22,7 @@ In order to add a feature:
22
22
documentation.
23
23
24
24
- The feature must work fully on the following CPython versions:
25
- 3.9, 3.10 and 3.11 on both UNIX and Windows.
25
+ 3.9, 3.10, 3.11 and 3.12 on both UNIX and Windows.
26
26
27
27
- The feature must not add unnecessary dependencies (where
28
28
"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.
72
72
73
73
- To run a single unit test::
74
74
75
- $ nox -s unit-3.11 -- -k <name of test>
75
+ $ nox -s unit-3.12 -- -k <name of test>
76
76
77
77
78
78
.. note::
@@ -143,12 +143,12 @@ Running System Tests
143
143
$ nox -s system
144
144
145
145
# Run a single system test
146
- $ nox -s system-3.11 -- -k <name of test>
146
+ $ nox -s system-3.12 -- -k <name of test>
147
147
148
148
149
149
.. note::
150
150
151
- System tests are only configured to run under Python 3.9 and 3.11 .
151
+ System tests are only configured to run under Python 3.9, 3.11 and 3.12 .
152
152
For expediency, we do not run them in older versions of Python 3.
153
153
154
154
This alone will not run the tests. You'll need to change some local
@@ -261,10 +261,12 @@ We support:
261
261
- `Python 3.9 `_
262
262
- `Python 3.10 `_
263
263
- `Python 3.11 `_
264
+ - `Python 3.12 `_
264
265
265
266
.. _Python 3.9 : https://docs.python.org/3.9/
266
267
.. _Python 3.10 : https://docs.python.org/3.10/
267
268
.. _Python 3.11 : https://docs.python.org/3.11/
269
+ .. _Python 3.12 : https://docs.python.org/3.12/
268
270
269
271
270
272
Supported versions can be found in our ``noxfile.py `` `config `_.
0 commit comments