This is an automated email from the ASF dual-hosted git repository. vterentev pushed a commit to branch fix-python in repository https://gitbox.apache.org/repos/asf/beam.git
commit 163ca1580270d67b299e9425e5c88dd3d0f24116 Author: Vitaly Terentyev <[email protected]> AuthorDate: Mon Oct 6 10:58:12 2025 +0400 Fix python 3.13 version for different workflows --- .github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml | 4 ++-- .github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml | 6 +++--- .../workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml b/.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml index 4a9e55beb9a..e8a416964e4 100644 --- a/.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml @@ -81,7 +81,7 @@ jobs: gradle-command: :sdks:python:test-suites:dataflow:examplesPostCommit arguments: | -PuseWheelDistribution \ - -PpythonVersion=3.12 \ + -PpythonVersion=3.13 \ - name: Archive Python Test Results uses: actions/upload-artifact@v4 if: failure() @@ -95,4 +95,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true diff --git a/.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml b/.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml index 8c0fcf61e6a..8a42cc72c9e 100644 --- a/.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml +++ b/.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml @@ -78,9 +78,9 @@ jobs: - name: Run mongodbioIT script uses: ./.github/actions/gradle-command-self-hosted-action with: - gradle-command: :sdks:python:test-suites:direct:py312:mongodbioIT + gradle-command: :sdks:python:test-suites:direct:py313:mongodbioIT arguments: | - -PpythonVersion=3.12 \ + -PpythonVersion=3.13 \ - name: Archive Python Test Results uses: actions/upload-artifact@v4 if: failure() @@ -94,4 +94,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true diff --git a/.github/workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml b/.github/workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml index af2057862b1..789e34e4ef0 100644 --- a/.github/workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml +++ b/.github/workflows/beam_PostCommit_XVR_PythonUsingJavaSQL_Dataflow.yml @@ -79,7 +79,7 @@ jobs: with: gradle-command: :runners:google-cloud-dataflow-java:validatesCrossLanguageRunnerPythonUsingSql arguments: | - -PpythonVersion=3.12 \ + -PpythonVersion=3.13 \ - name: Archive Python Test Results uses: actions/upload-artifact@v4 if: failure() @@ -93,4 +93,4 @@ jobs: commit: '${{ env.prsha || env.GITHUB_SHA }}' comment_mode: ${{ github.event_name == 'issue_comment' && 'always' || 'off' }} files: '**/pytest*.xml' - large_files: true \ No newline at end of file + large_files: true
