Skip to content

Commit ea33276

Browse files
1 parent e265fc4 commit ea33276

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ Running System Tests
143143
$ nox -s system
144144

145145
# Run a single system test
146-
$ nox -s system-3.10 -- -k <name of test>
146+
$ nox -s system-3.12 -- -k <name of test>
147147

148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.10.
151+
System tests are only configured to run under Python 3.12.
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

‎noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
UNIT_TEST_EXTRAS: List[str] = []
5151
UNIT_TEST_EXTRAS_BY_PYTHON: Dict[str, List[str]] = {}
5252

53-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.10"]
53+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
5454
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
5555
"mock",
5656
"pytest",

0 commit comments

Comments
 (0)