Skip to content

Commit db7e796

Browse files
authored
fix(deps):update python to v3.10 for pythonBuild (SAP#5468)
1 parent 876f251 commit db7e796

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/pythonBuild_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/integration_python_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func TestPythonIntegrationBuildProject(t *testing.T) {
4040
os.WriteFile(filepath.Join(tempDir, "runPiper.sh"), []byte(testScript), 0700)
4141

4242
reqNode := testcontainers.ContainerRequest{
43-
Image: "python:3.9",
43+
Image: "python:3.10",
4444
Cmd: []string{"tail", "-f"},
4545
Mounts: testcontainers.Mounts(
4646
testcontainers.BindMount(pwd, "/piperbin"),

resources/metadata/pythonBuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ spec:
113113
- name: custom/buildSettingsInfo
114114
containers:
115115
- name: python
116-
image: python:3.9
116+
image: python:3.10

0 commit comments

Comments
 (0)