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

Commit 9494019

Browse files
authored
tests: use Python 3.10 in Integration with Regular Sessions presubmit (#1530)
In #1529, Presubmit `Kokoro - Test: Integration with Regular Sessions` failed because Python 3.9 is no longer supported in the Python Kokoro CI. This PR fixes the presubmit by using 3.10 instead.
1 parent 85443e4 commit 9494019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.kokoro/presubmit/integration-regular-sessions-enabled.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Only run a subset of all nox sessions
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.9 unit-3.14 system-3.14"
6+
value: "unit-3.10 unit-3.14 system-3.14"
77
}
88

99
env_vars: {
@@ -19,4 +19,4 @@ env_vars: {
1919
env_vars: {
2020
key: "GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW"
2121
value: "false"
22-
}
22+
}

0 commit comments

Comments
 (0)