Skip to content

Commit bb4e2b4

Browse files
speedstorm1copybara-github
authored andcommitted
feat: Drop support for Python 3.9 - EOL
PiperOrigin-RevId: 833441901
1 parent 8d5c777 commit bb4e2b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.kokoro/presubmit/presubmit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Other Python version unit tests are run separately
66
env_vars: {
77
key: "NOX_SESSION"
8-
value: "unit-3.9 lint lint_setup_py blacken cover"
8+
value: "unit-3.12 lint lint_setup_py blacken cover"
99
}
1010

1111
# Run unit tests in parallel, splitting up by file

.kokoro/presubmit/release.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run system tests in presubmit for library releases
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "system-3.9 unit"
6+
value: "system-3.10 unit"
77
}
88

99
# Run system tests in parallel, splitting up by file

.kokoro/presubmit/unit_3-9.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run unit tests for Python 3.9
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit-3.9"
6+
value: "unit-3.12"
77
}
88

99
# Run unit tests in parallel, splitting up by file

.kokoro/presubmit/unit_langchain_py39.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Run unit tests for LangChain on Python 3.9
44
env_vars: {
55
key: "NOX_SESSION"
6-
value: "unit_langchain-3.9"
6+
value: "unit_langchain-3.11"
77
}
88

99
# Run unit tests in parallel, splitting up by file

0 commit comments

Comments
 (0)