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

Commit 6aadbaf

Browse files
committed
run system tests on latest fully supported
1 parent 6a8f694 commit 6aadbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
nox.options.sessions = [
127127
"unit_noextras",
128128
"system-3.9", # No extras.
129-
"system-3.11",
129+
f"system-{LATEST_FULLY_SUPPORTED_PYTHON}", # All extras.
130130
"cover",
131131
# TODO(b/401609005): remove
132132
"cleanup",

0 commit comments

Comments
 (0)