From d6612a41e0b45e2e2357554acea1675e43b49e5c Mon Sep 17 00:00:00 2001 From: kdestin <101366538+kdestin@users.noreply.github.com> Date: Mon, 8 Dec 2025 11:09:49 -0500 Subject: [PATCH] chore: Enable 3.14 --- sdk/evaluation/ci.yml | 4 ---- sdk/evaluation/platform-matrix.json | 11 +++++++++++ 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sdk/evaluation/ci.yml b/sdk/evaluation/ci.yml index f5f891508bde..92a3efbe63a6 100644 --- a/sdk/evaluation/ci.yml +++ b/sdk/evaluation/ci.yml @@ -27,15 +27,11 @@ extends: parameters: ServiceDirectory: evaluation TestProxy: true - # This custom matrix config should be dropped once: - # * Once azure-ai-ml supports 3.13 (currently crashes due to type annotation) MatrixConfigs: - Name: ai_ci_matrix Path: sdk/evaluation/platform-matrix.json Selection: sparse GenerateVMJobs: true - MatrixFilters: - - PythonVersion=^(?!3\.14) Artifacts: - name: azure-ai-evaluation safeName: azureaievaluation diff --git a/sdk/evaluation/platform-matrix.json b/sdk/evaluation/platform-matrix.json index 5729efe0ad67..5c1f9fc2ed93 100644 --- a/sdk/evaluation/platform-matrix.json +++ b/sdk/evaluation/platform-matrix.json @@ -59,6 +59,17 @@ "TestSamples": "false" } } + }, + { + "Config": { + "Ubuntu2404_314": { + "OSVmImage": "env:LINUXVMIMAGE", + "Pool": "env:LINUXPOOL", + "PythonVersion": "3.14", + "CoverageArg": "--disablecov", + "TestSamples": "false" + } + } } ] }