From cd63a5673f2a1d0da994178daeb39acb85e2205b Mon Sep 17 00:00:00 2001 From: Victoria Hall Date: Mon, 31 Aug 2026 13:03:02 -0500 Subject: [PATCH] build: remove Python 3.9 from pipelines & artifact --- ...soft.Azure.Functions.V4.PythonWorker.nuspec | 6 ------ eng/templates/jobs/ci-dependency-check.yml | 2 -- eng/templates/jobs/ci-emulator-tests.yml | 2 -- eng/templates/jobs/ci-unit-tests.yml | 2 -- .../official/jobs/build-artifacts.yml | 18 ------------------ .../jobs/ci-docker-dedicated-tests.yml | 6 ------ eng/templates/official/jobs/ci-e2e-tests.yml | 6 ------ 7 files changed, 42 deletions(-) diff --git a/eng/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec b/eng/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec index 6531c5dfb..08afd50f5 100644 --- a/eng/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec +++ b/eng/pack/Microsoft.Azure.Functions.V4.PythonWorker.nuspec @@ -10,12 +10,6 @@ © .NET Foundation. All rights reserved. - - - - - - diff --git a/eng/templates/jobs/ci-dependency-check.yml b/eng/templates/jobs/ci-dependency-check.yml index b3b4cda1e..75a9a3dd6 100644 --- a/eng/templates/jobs/ci-dependency-check.yml +++ b/eng/templates/jobs/ci-dependency-check.yml @@ -9,8 +9,6 @@ jobs: strategy: matrix: - Python39: - PYTHON_VERSION: '3.9' Python310: PYTHON_VERSION: '3.10' Python311: diff --git a/eng/templates/jobs/ci-emulator-tests.yml b/eng/templates/jobs/ci-emulator-tests.yml index 0228f9dcd..99efa33da 100644 --- a/eng/templates/jobs/ci-emulator-tests.yml +++ b/eng/templates/jobs/ci-emulator-tests.yml @@ -12,8 +12,6 @@ jobs: strategy: matrix: - Python39: - PYTHON_VERSION: '3.9' Python310: PYTHON_VERSION: '3.10' Python311: diff --git a/eng/templates/jobs/ci-unit-tests.yml b/eng/templates/jobs/ci-unit-tests.yml index e035b1a72..9372cb346 100644 --- a/eng/templates/jobs/ci-unit-tests.yml +++ b/eng/templates/jobs/ci-unit-tests.yml @@ -12,8 +12,6 @@ jobs: strategy: matrix: - Python39: - PYTHON_VERSION: '3.9' Python310: PYTHON_VERSION: '3.10' Python311: diff --git a/eng/templates/official/jobs/build-artifacts.yml b/eng/templates/official/jobs/build-artifacts.yml index cec31407e..8923ac42a 100644 --- a/eng/templates/official/jobs/build-artifacts.yml +++ b/eng/templates/official/jobs/build-artifacts.yml @@ -7,9 +7,6 @@ jobs: os: windows strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' @@ -46,9 +43,6 @@ jobs: os: windows strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' @@ -85,9 +79,6 @@ jobs: os: linux strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' @@ -123,9 +114,6 @@ jobs: os: macOS strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' @@ -161,9 +149,6 @@ jobs: os: macOS strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' @@ -199,9 +184,6 @@ jobs: os: linux strategy: matrix: - Python39V4: - pythonVersion: '3.9' - normalizedPythonVersion: '3.9' Python310V4: pythonVersion: '3.10' normalizedPythonVersion: '3.10' diff --git a/eng/templates/official/jobs/ci-docker-dedicated-tests.yml b/eng/templates/official/jobs/ci-docker-dedicated-tests.yml index d13762758..ba25ec208 100644 --- a/eng/templates/official/jobs/ci-docker-dedicated-tests.yml +++ b/eng/templates/official/jobs/ci-docker-dedicated-tests.yml @@ -12,12 +12,6 @@ jobs: strategy: matrix: - Python39: - PYTHON_VERSION: '3.9' - STORAGE_CONNECTION: $(LinuxStorageConnectionString39) - SQL_CONNECTION: $(LinuxSqlConnectionString39) - EVENTGRID_URI: $(LinuxEventGridTopicUriString39) - EVENTGRID_CONNECTION: $(LinuxEventGridConnectionKeyString39) Python310: PYTHON_VERSION: '3.10' STORAGE_CONNECTION: $(LinuxStorageConnectionString310) diff --git a/eng/templates/official/jobs/ci-e2e-tests.yml b/eng/templates/official/jobs/ci-e2e-tests.yml index bf4b8f1eb..213975b83 100644 --- a/eng/templates/official/jobs/ci-e2e-tests.yml +++ b/eng/templates/official/jobs/ci-e2e-tests.yml @@ -13,12 +13,6 @@ jobs: strategy: matrix: - Python39: - PYTHON_VERSION: '3.9' - STORAGE_CONNECTION: $(LinuxStorageConnectionString39) - SQL_CONNECTION: $(LinuxSqlConnectionString39) - EVENTGRID_URI: $(LinuxEventGridTopicUriString39) - EVENTGRID_CONNECTION: $(LinuxEventGridConnectionKeyString39) Python310: PYTHON_VERSION: '3.10' STORAGE_CONNECTION: $(LinuxStorageConnectionString310)