Skip to content

Commit 1c24807

Browse files
committed
chore: Add newly supported Python versions (3.11 & 3.12)
1 parent 406671b commit 1c24807

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

+22
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,25 @@ jobs:
3636
builder-runtime: 'python310'
3737
builder-runtime-version: '3.10'
3838
start-delay: 5
39+
python311:
40+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
41+
with:
42+
http-builder-source: 'tests/conformance'
43+
http-builder-target: 'write_http_declarative'
44+
cloudevent-builder-source: 'tests/conformance'
45+
cloudevent-builder-target: 'write_cloud_event_declarative'
46+
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
47+
builder-runtime: 'python311'
48+
builder-runtime-version: '3.11'
49+
start-delay: 5
50+
python312:
51+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
52+
with:
53+
http-builder-source: 'tests/conformance'
54+
http-builder-target: 'write_http_declarative'
55+
cloudevent-builder-source: 'tests/conformance'
56+
cloudevent-builder-target: 'write_cloud_event_declarative'
57+
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
58+
builder-runtime: 'python312'
59+
builder-runtime-version: '3.12'
60+
start-delay: 5

0 commit comments

Comments
 (0)