Skip to content

Commit 6747328

Browse files
committed
fix: remove Python 3.7 from buildpack integration tests
Google Cloud Buildpacks dropped Python 3.7 support for Ubuntu 22.04. The version is not available in their runtime manifest. Note: Functions Framework still supports Python 3.7, which is tested in unit and conformance tests using GitHub Actions with Ubuntu 20.04.
1 parent c2ca5c9 commit 6747328

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +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
2817
python38:
2918
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
3019
with:

0 commit comments

Comments
 (0)