This is an automated email from the ASF dual-hosted git repository.
Amar3tto pushed a commit to branch fix-playground-nightly
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/fix-playground-nightly by this
push:
new 12252f0ea36 Use Python 3.11
12252f0ea36 is described below
commit 12252f0ea362605e4512e674ab7a10fe4b2b5f30
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Fri Jul 24 15:59:17 2026 +0400
Use Python 3.11
---
.github/workflows/beam_Playground_CI_Nightly.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/beam_Playground_CI_Nightly.yml
b/.github/workflows/beam_Playground_CI_Nightly.yml
index 3a30b975495..484ef0be243 100644
--- a/.github/workflows/beam_Playground_CI_Nightly.yml
+++ b/.github/workflows/beam_Playground_CI_Nightly.yml
@@ -81,7 +81,7 @@ jobs:
if: ${{ matrix.sdk == 'python' }}
uses: ./.github/actions/gradle-command-self-hosted-action
with:
- gradle-command: :sdks:python:container:py310:docker
-Pdocker-tag=nightly -Pdocker-pull-licences=true
+ gradle-command: :sdks:python:container:py311:docker
-Pdocker-tag=nightly -Pdocker-pull-licences=true
- name: Build SDK container
uses: ./.github/actions/gradle-command-self-hosted-action
with: