Skip to content

Commit 608686f

Browse files
1 parent fbc387c commit 608686f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

noxfile.py

+9-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@
3434

3535
DEFAULT_PYTHON_VERSION = "3.8"
3636

37-
UNIT_TEST_PYTHON_VERSIONS: List[str] = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
37+
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38+
"3.7",
39+
"3.8",
40+
"3.9",
41+
"3.10",
42+
"3.11",
43+
"3.12",
44+
"3.13",
45+
]
3846
UNIT_TEST_STANDARD_DEPENDENCIES = [
3947
"mock",
4048
"asyncmock",

0 commit comments

Comments
 (0)