From 9376d0a63493df5120ad5950749558553a922bc2 Mon Sep 17 00:00:00 2001 From: gavin-aguiar <80794152+gavin-aguiar@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:39:29 -0500 Subject: [PATCH] Added build artifacts for python3.12 (#1541) Co-authored-by: Gavin Aguiar --- eng/templates/official/jobs/build-artifacts.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/eng/templates/official/jobs/build-artifacts.yml b/eng/templates/official/jobs/build-artifacts.yml index afea05cd..af537582 100644 --- a/eng/templates/official/jobs/build-artifacts.yml +++ b/eng/templates/official/jobs/build-artifacts.yml @@ -59,6 +59,9 @@ jobs: Python311V4: pythonVersion: '3.11' workerPath: 'python/prodV4/worker.py' + Python312V4: + pythonVersion: '3.12' + workerPath: 'python/prodV4/worker.py' templateContext: outputParentDirectory: $(Build.ArtifactStagingDirectory) outputs: @@ -94,6 +97,9 @@ jobs: Python311V4: pythonVersion: '3.11' workerPath: 'python/prodV4/worker.py' + Python312V4: + pythonVersion: '3.12' + workerPath: 'python/prodV4/worker.py' templateContext: outputParentDirectory: $(Build.ArtifactStagingDirectory) outputs: @@ -128,6 +134,9 @@ jobs: Python311V4: pythonVersion: '3.11' workerPath: 'python/prodV4/worker.py' + Python312V4: + pythonVersion: '3.12' + workerPath: 'python/prodV4/worker.py' templateContext: outputParentDirectory: $(Build.ArtifactStagingDirectory) outputs: @@ -156,6 +165,9 @@ jobs: Python311V4: pythonVersion: '3.11' workerPath: 'python/prodV4/worker.py' + Python312V4: + pythonVersion: '3.12' + workerPath: 'python/prodV4/worker.py' templateContext: outputParentDirectory: $(Build.ArtifactStagingDirectory) outputs: