Skip to content

Commit e039bde

Browse files
committed
chore: Add newly supported Python versions (3.11 & 3.12)
1 parent ac5f92c commit e039bde

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,25 @@ jobs:
5858
builder-runtime: 'python310'
5959
builder-runtime-version: '3.10'
6060
start-delay: 5
61+
python311:
62+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
63+
with:
64+
http-builder-source: 'tests/conformance'
65+
http-builder-target: 'write_http_declarative'
66+
cloudevent-builder-source: 'tests/conformance'
67+
cloudevent-builder-target: 'write_cloud_event_declarative'
68+
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
69+
builder-runtime: 'python311'
70+
builder-runtime-version: '3.11'
71+
start-delay: 5
72+
python312:
73+
uses: GoogleCloudPlatform/functions-framework-conformance/.github/workflows/buildpack-integration-test.yml@main
74+
with:
75+
http-builder-source: 'tests/conformance'
76+
http-builder-target: 'write_http_declarative'
77+
cloudevent-builder-source: 'tests/conformance'
78+
cloudevent-builder-target: 'write_cloud_event_declarative'
79+
prerun: 'tests/conformance/prerun.sh ${{ github.sha }}'
80+
builder-runtime: 'python312'
81+
builder-runtime-version: '3.12'
82+
start-delay: 5

0 commit comments

Comments
 (0)