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

Commit 79285c6

Browse files
committed
update unit tests versions
1 parent c9747c8 commit 79285c6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

owlbot.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,11 @@ def docfx(session):
215215
s.replace(
216216
"noxfile.py",
217217
"""nox.options.sessions = \[
218-
"unit",
218+
"unit-3.9",
219+
"unit-3.10",
220+
"unit-3.11",
221+
"unit-3.12",
222+
"unit-3.13",
219223
"system",""",
220224
"""nox.options.sessions = [
221225
"unit",

0 commit comments

Comments
 (0)