Skip to content

Commit 406671b

Browse files
committed
chore: Drop EOL Python versions (3.7 & 3.8)
1 parent 3cdac23 commit 406671b

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,6 @@ on:
1414
permissions: read-all
1515

1616
jobs:
17-
python37:
18-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
19-
with:
20-
http-builder-source: 'tests/conformance'
21-
http-builder-target: 'write_http_declarative'
22-
cloudevent-builder-source: 'tests/conformance'
23-
cloudevent-builder-target: 'write_cloud_event_declarative'
24-
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
25-
builder-runtime: 'python37'
26-
builder-runtime-version: '3.7'
27-
start-delay: 5
28-
python38:
29-
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
30-
with:
31-
http-builder-source: 'tests/conformance'
32-
http-builder-target: 'write_http_declarative'
33-
cloudevent-builder-source: 'tests/conformance'
34-
cloudevent-builder-target: 'write_cloud_event_declarative'
35-
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
36-
builder-runtime: 'python38'
37-
builder-runtime-version: '3.8'
38-
start-delay: 5
3917
python39:
4018
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
4119
with:

0 commit comments

Comments
 (0)