Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit a5c2db3

Browse files
1 parent 86f6396 commit a5c2db3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

noxfile.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,16 @@
2828

2929
DEFAULT_PYTHON_VERSION = "3.12"
3030
SYSTEM_TEST_PYTHON_VERSIONS = ["3.12"]
31-
UNIT_TEST_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
31+
UNIT_TEST_PYTHON_VERSIONS = [
32+
"3.7",
33+
"3.8",
34+
"3.9",
35+
"3.10",
36+
"3.11",
37+
"3.12",
38+
"3.13",
39+
"3.14",
40+
]
3241
CONFORMANCE_TEST_PYTHON_VERSIONS = ["3.12"]
3342

3443
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()

0 commit comments

Comments
 (0)