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

Commit 770bbe1

Browse files
committed
updates noxfile test an alternate combo of tests
1 parent 68af5ec commit 770bbe1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

noxfile.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
DEFAULT_PYTHON_VERSION = "3.14"
3636

3737
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
38+
"3.9",
3839
"3.10",
3940
"3.11",
4041
"3.12",
@@ -69,6 +70,9 @@
6970
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7071

7172
nox.options.sessions = [
73+
"unit-3.10",
74+
"unit-3.11",
75+
"unit-3.12",
7276
"unit-3.13",
7377
"unit-3.14",
7478
"system",

0 commit comments

Comments
 (0)