Skip to content

Commit a3d0ef4

Browse files
1 parent c7a65e5 commit a3d0ef4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CONTRIBUTING.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Running System Tests
148148

149149
.. note::
150150

151-
System tests are only configured to run under Python 3.8, 3.11 and 3.13.
151+
System tests are only configured to run under Python 3.8, 3.11, 3.12 and 3.13.
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
@@ -71,7 +71,7 @@
7171
],
7272
}
7373

74-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.11", "3.13"]
74+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.8", "3.11", "3.12", "3.13"]
7575
SYSTEM_TEST_STANDARD_DEPENDENCIES: List[str] = [
7676
"mock",
7777
"pytest",

0 commit comments

Comments
 (0)