Skip to content

Commit 4330b2f

Browse files
sararobcopybara-github
authored andcommitted
fix: Removing Python 3.8 support due to EOL
PiperOrigin-RevId: 752361448
1 parent 547bf01 commit 4330b2f

File tree

27 files changed

+24
-243
lines changed

27 files changed

+24
-243
lines changed

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ branchProtectionRules:
1616
- 'cla/google'
1717
- 'Kokoro docs-presubmit'
1818
- 'Presubmit - Lint and Coverage'
19-
- 'Presubmit - Unit Tests Python 3.8'
2019
- 'Presubmit - Unit Tests Python 3.9'
2120
- 'Presubmit - Unit Tests Python 3.10'
2221
- 'Presubmit - Unit Tests Python 3.11'

.kokoro/docker/docs/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ RUN wget -O /tmp/get-pip.py 'https://bootstrap.pypa.io/get-pip.py' \
8080
# Test pip
8181
RUN python3 -m pip
8282

83-
CMD ["python3.8"]
83+
CMD ["python3.9"]

.kokoro/presubmit/presubmit.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Format: //devtools/kokoro/config/proto/build.proto
22

33
# Run all sessions except system tests and docs builds
4-
# This only runs unit tests for Python 3.8 since unit tests are required for `cover` to run
4+
# This only runs unit tests for Python 3.9 since unit tests are required for `cover` to run
55
# Other Python version unit tests are run separately
66
env_vars: {
77
key: "NOX_SESSION"
8-
value: "unit-3.8 lint lint_setup_py blacken cover"
8+
value: "unit-3.9 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.8 unit"
6+
value: "system-3.9 unit"
77
}
88

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

.kokoro/presubmit/unit_3-8.cfg

Lines changed: 0 additions & 13 deletions
This file was deleted.

.kokoro/samples/python3.6/common.cfg

Lines changed: 0 additions & 40 deletions
This file was deleted.

.kokoro/samples/python3.6/continuous.cfg

Lines changed: 0 additions & 7 deletions
This file was deleted.

.kokoro/samples/python3.6/periodic-head.cfg

Lines changed: 0 additions & 11 deletions
This file was deleted.

.kokoro/samples/python3.6/presubmit.cfg

Lines changed: 0 additions & 6 deletions
This file was deleted.

.kokoro/samples/python3.7/common.cfg

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)