Skip to content

Commit be42019

Browse files
committed
chore: remove support for Python 3.7 and 3.8
1 parent 2c98385 commit be42019

File tree

18 files changed

+12
-197
lines changed

18 files changed

+12
-197
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,18 @@ on:
88
jobs:
99
run-unittests:
1010
name: unit${{ matrix.option }}-${{ matrix.python }}
11-
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2303): use `ubuntu-latest` once this bug is fixed.
12-
# Use ubuntu-22.04 until Python 3.7 is removed from the test matrix
13-
# https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
14-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1512
strategy:
1613
matrix:
1714
option: ["", "_grpc_gcp", "_wo_grpc", "_w_prerelease_deps", "_w_async_rest_extra"]
1815
python:
19-
- "3.7"
20-
- "3.8"
2116
- "3.9"
2217
- "3.10"
2318
- "3.11"
2419
- "3.12"
2520
- "3.13"
2621
- "3.14"
2722
exclude:
28-
- option: "_wo_grpc"
29-
python: 3.7
30-
- option: "_wo_grpc"
31-
python: 3.8
3223
- option: "_wo_grpc"
3324
python: 3.9
3425
steps:

.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.

.kokoro/samples/python3.8/periodic.cfg

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

0 commit comments

Comments
 (0)