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

Commit b4fc73e

Browse files
1 parent af95b1c commit b4fc73e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

noxfile.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@
7575
CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute()
7676

7777
nox.options.sessions = [
78-
"unit",
78+
"unit-3.9",
79+
"unit-3.10",
80+
"unit-3.11",
81+
"unit-3.12",
82+
"unit-3.13",
7983
"system",
8084
"mypy",
8185
"cover",

0 commit comments

Comments
 (0)