Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a03e96a

Browse files
authored
Update GitHub Actions to run Python 3.13 Tests (#35056)
* Update GitHub Actions to run Python 3.13 Tests * fix container gradle build commands * bump cibuildwheel * bump distlib * update gradle.properties * fix postcommit gradle commands * remove inference postcommit reference * try stepping confest var back for python postcommit * fix conftest, CHANGES.md * pin apitools * remove py313-win env, restore ML precommit exclusions to previous version * update postcommit dependency workflow to use 3.13 * restore tox 313-win env * bump pytest upper bound * comment out unneccesary golden_size kwarg * update base image requirements * bump cibuildwheel to 2.23.3 * introduce ML image requirements * add env for py313-ml * remove datatables dep in 313ml * deleted commented out lines * modify setup.py for ml dependency clarity * remove errant comma
1 parent 24d3a7b commit a03e96a

55 files changed

Lines changed: 582 additions & 330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
job_name: ['beam_PostCommit_Python']
6363
job_phrase: ['Run Python PostCommit']
64-
python_version: ['3.9', '3.10', '3.11', '3.12']
64+
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13']
6565
os: [[self-hosted, ubuntu-20.04, highmem22]]
6666
if: |
6767
github.event_name == 'workflow_dispatch' ||

.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.9', '3.10', '3.11', '3.12']
65+
python_version: ['3.9', '3.10', '3.11', '3.12', '3.13']
6666
if: |
6767
github.event_name == 'workflow_dispatch' ||
6868
github.event_name == 'pull_request_target' ||

.github/workflows/beam_PostCommit_Python_Dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
job_name: ['beam_PostCommit_Python_Dependency']
6161
job_phrase: ['Run Python PostCommit Dependency']
62-
python_version: ['3.9','3.12']
62+
python_version: ['3.9','3.13']
6363
timeout-minutes: 180
6464
if: |
6565
github.event_name == 'workflow_dispatch' ||

.github/workflows/beam_PostCommit_Python_Examples_Dataflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: default
77-
python-version: 3.12
77+
python-version: 3.13
7878
- name: Run examplesPostCommit script
7979
uses: ./.github/actions/gradle-command-self-hosted-action
8080
with:

.github/workflows/beam_PostCommit_Python_Examples_Direct.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_Direct"]
6565
job_phrase: ["Run Python Examples_Direct"]
66-
python_version: ['3.9','3.10','3.11','3.12']
66+
python_version: ['3.9','3.10','3.11','3.12', '3.13']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.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.9', '3.12']
66+
python_version: ['3.9', '3.13']
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.9', '3.12']
66+
python_version: ['3.9', '3.13']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

.github/workflows/beam_PostCommit_Python_MongoDBIO_IT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: ./.github/actions/setup-environment-action
7575
with:
7676
java-version: default
77-
python-version: 3.12
77+
python-version: 3.13
7878
- name: Run mongodbioIT script
7979
uses: ./.github/actions/gradle-command-self-hosted-action
8080
with:

.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.9','3.10','3.11','3.12']
68+
python_version: ['3.9','3.10','3.11','3.12','3.13']
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.9','3.10','3.11','3.12']
66+
python_version: ['3.9','3.10','3.11','3.12','3.13']
6767
steps:
6868
- uses: actions/checkout@v4
6969
- name: Setup repository

0 commit comments

Comments
 (0)