Skip to content

Commit 6aadbaf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)