Skip to content

Commit bd77a1e

Browse files
authored
ci: update Python version from 3.12 to 3.13 in Flink pre-commit workflow (#36389)
1 parent c1fc369 commit bd77a1e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/beam_PreCommit_Python_PVR_Flink.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ jobs:
106106
env:
107107
CLOUDSDK_CONFIG: ${{ env.KUBELET_GCLOUD_CONFIG_PATH}}
108108
with:
109-
gradle-command: :sdks:python:test-suites:portable:py312:flinkValidatesRunner
109+
gradle-command: :sdks:python:test-suites:portable:py313:flinkValidatesRunner
110110
arguments: |
111-
-PpythonVersion=3.12 \
111+
-PpythonVersion=3.13 \
112112
- name: Archive Python Test Results
113113
uses: actions/upload-artifact@v4
114114
if: failure()

0 commit comments

Comments
 (0)