Skip to content

Commit dac22e3

Browse files
committed
Switch remaining GHA workflows to test Python 3.12.
1 parent ddb4e7f commit dac22e3

33 files changed

Lines changed: 54 additions & 52 deletions

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
matrix:
6161
job_name: [beam_PostCommit_Python]
6262
job_phrase: [Run Python PostCommit]
63-
python_version: ['3.8', '3.9', '3.10', '3.11']
63+
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6464
if: |
6565
github.event_name == 'workflow_dispatch' ||
6666
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PostCommit_Python_Arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
job_name: [beam_PostCommit_Python_Arm]
6464
job_phrase: [Run Python PostCommit Arm]
65-
python_version: ['3.8', '3.9', '3.10', '3.11']
65+
python_version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6666
if: |
6767
github.event_name == 'workflow_dispatch' ||
6868
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: default
77-
python-version: 3.11
77+
python-version: 3.12
7878
- name: Run examplesPostCommit script
7979
uses: ./.github/actions/gradle-command-self-hosted-action
8080
with:
8181
gradle-command: :sdks:python:test-suites:dataflow:examplesPostCommit
8282
arguments: |
8383
-PuseWheelDistribution \
84-
-PpythonVersion=3.11 \
84+
-PpythonVersion=3.12 \
8585
- name: Archive Python Test Results
8686
uses: actions/upload-artifact@v4
8787
if: failure()

.github/workflows/beam_PostCommit_Python_Examples_Flink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
job_name: ["beam_PostCommit_Python_Examples_Flink"]
6565
job_phrase: ["Run Python Examples_Flink"]
66-
python_version: ['3.8', '3.11']
66+
python_version: ['3.8', '3.12']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.github/workflows/beam_PostCommit_Python_Examples_Spark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
job_name: ["beam_PostCommit_Python_Examples_Spark"]
6565
job_phrase: ["Run Python Examples_Spark"]
66-
python_version: ['3.8', '3.11']
66+
python_version: ['3.8', '3.12']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: default
77-
python-version: 3.11
77+
python-version: 3.12
7878
- name: Run mongodbioIT script
7979
uses: ./.github/actions/gradle-command-self-hosted-action
8080
with:
81-
gradle-command: :sdks:python:test-suites:direct:py311:mongodbioIT
81+
gradle-command: :sdks:python:test-suites:direct:py312:mongodbioIT
8282
arguments: |
83-
-PpythonVersion=3.11 \
83+
-PpythonVersion=3.12 \
8484
- name: Archive Python Test Results
8585
uses: actions/upload-artifact@v4
8686
if: failure()

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
matrix:
6666
job_name: ["beam_PostCommit_Python_ValidatesContainer_Dataflow"]
6767
job_phrase: ["Run Python Dataflow ValidatesContainer"]
68-
python_version: ['3.8','3.9','3.10','3.11']
68+
python_version: ['3.8','3.9','3.10','3.11','3.12']
6969
steps:
7070
- uses: actions/checkout@v4
7171
- name: Setup repository

.github/workflows/beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
job_name: ["beam_PostCommit_Python_ValidatesContainer_Dataflow_With_RC"]
6565
job_phrase: ["Run Python RC Dataflow ValidatesContainer"]
66-
python_version: ['3.8','3.9','3.10','3.11']
66+
python_version: ['3.8','3.9','3.10','3.11','3.12']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.github/workflows/beam_PostCommit_Python_ValidatesRunner_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
job_name: ["beam_PostCommit_Python_ValidatesRunner_Dataflow"]
6565
job_phrase: ["Run Python Dataflow ValidatesRunner"]
66-
python_version: ['3.8', '3.11']
66+
python_version: ['3.8', '3.12']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.github/workflows/beam_PostCommit_Python_ValidatesRunner_Flink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
matrix:
6464
job_name: ["beam_PostCommit_Python_ValidatesRunner_Flink"]
6565
job_phrase: ["Run Python Flink ValidatesRunner"]
66-
python_version: ['3.8', '3.11']
66+
python_version: ['3.8', '3.12']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

0 commit comments

Comments
 (0)