Skip to content

Commit fc93792

Browse files
deps: Remove Python 3.7 and 3.8 as supported runtimes (#1395)
* deps: Remove Python 3.7 and 3.8 as supported runtimes * πŸ¦‰ Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * fix build * update required check --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4490721 commit fc93792

22 files changed

+43
-196
lines changed

β€Ž.github/sync-repo-settings.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ branchProtectionRules:
1111
- 'Kokoro system-3.12'
1212
- 'cla/google'
1313
- 'Samples - Lint'
14-
- 'Samples - Python 3.8'
14+
- 'Samples - Python 3.9'
1515
- 'Samples - Python 3.12'

β€Ž.github/workflows/presubmit.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.8
20+
python-version: 3.9
2121
- name: Install nox
2222
run: python -m pip install nox
2323
- name: Check formatting
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
30+
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3131

3232
steps:
3333
- name: Checkout code

β€Ž.kokoro/samples/python3.7/common.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.7/continuous.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.7/periodic-head.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.7/periodic.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.7/presubmit.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.8/common.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.8/continuous.cfgβ€Ž

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

β€Ž.kokoro/samples/python3.8/periodic-head.cfgβ€Ž

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

0 commit comments

Comments
Β (0)