From fd3d8487ead6a9d2509d005b457f8e8b4bc4abce Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Tue, 31 Mar 2026 19:58:07 +0000 Subject: [PATCH 1/2] Add 314_ml_test extra to setup.py --- sdks/python/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/setup.py b/sdks/python/setup.py index ac50664c6a90..927453c8adc1 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -563,6 +563,7 @@ def get_portability_package_data(): # maintainer: milvus tests only run with this extension. Make sure it # is covered by docker-in-docker test when changing py version 'p313_ml_test': ml_base + milvus_dependency, + 'p314_ml_test': ml_base + milvus_dependency, 'aws': ['boto3>=1.9,<2'], 'azure': [ 'azure-storage-blob>=12.3.2,<13', From d66d0729669362c58c32b402c1b3972921b38185 Mon Sep 17 00:00:00 2001 From: jrmccluskey Date: Tue, 31 Mar 2026 20:20:14 +0000 Subject: [PATCH 2/2] Remove 3.14 run from workflow --- .github/workflows/beam_PreCommit_Python_ML.yml | 2 +- sdks/python/setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/beam_PreCommit_Python_ML.yml b/.github/workflows/beam_PreCommit_Python_ML.yml index a4f39968f8f2..d97c14437b82 100644 --- a/.github/workflows/beam_PreCommit_Python_ML.yml +++ b/.github/workflows/beam_PreCommit_Python_ML.yml @@ -65,7 +65,7 @@ jobs: matrix: job_name: ['beam_PreCommit_Python_ML'] job_phrase: ['Run Python_ML PreCommit'] - python_version: ['3.10','3.11','3.12','3.13','3.14'] + python_version: ['3.10','3.11','3.12','3.13'] # Run on both self-hosted and GitHub-hosted runners. # Some tests (marked require_docker_in_docker) can't run on Beam's # self-hosted runners due to Docker-in-Docker environment constraint. diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 927453c8adc1..ac50664c6a90 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -563,7 +563,6 @@ def get_portability_package_data(): # maintainer: milvus tests only run with this extension. Make sure it # is covered by docker-in-docker test when changing py version 'p313_ml_test': ml_base + milvus_dependency, - 'p314_ml_test': ml_base + milvus_dependency, 'aws': ['boto3>=1.9,<2'], 'azure': [ 'azure-storage-blob>=12.3.2,<13',