This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-update-dependencies in repository https://gitbox.apache.org/repos/asf/beam.git
commit de8a63752427b4aa4e89934d7186949a76fc6b58 Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Sep 29 17:03:28 2025 +0400 Add Python 3.13 --- .github/workflows/update_python_dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_python_dependencies.yml b/.github/workflows/update_python_dependencies.yml index d45aa2a08c9..3fe87bf639f 100644 --- a/.github/workflows/update_python_dependencies.yml +++ b/.github/workflows/update_python_dependencies.yml @@ -60,10 +60,11 @@ jobs: 3.10 3.11 3.12 + 3.13 java-version: default go-version: default disable-cache: true - + - name: Update Python Dependencies uses: ./.github/actions/gradle-command-self-hosted-action with:
