Skip to content

Commit 24f02bb

Browse files
authored
Remove 3.14 runs from ML Tests (#38023)
* Add 314_ml_test extra to setup.py * Remove 3.14 run from workflow
1 parent f456b70 commit 24f02bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/beam_PreCommit_Python_ML.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_PreCommit_Python_ML']
6767
job_phrase: ['Run Python_ML PreCommit']
68-
python_version: ['3.10','3.11','3.12','3.13','3.14']
68+
python_version: ['3.10','3.11','3.12','3.13']
6969
# Run on both self-hosted and GitHub-hosted runners.
7070
# Some tests (marked require_docker_in_docker) can't run on Beam's
7171
# self-hosted runners due to Docker-in-Docker environment constraint.

0 commit comments

Comments
 (0)