From bd8cf019118e0200e3205be8776139c446e4be6d Mon Sep 17 00:00:00 2001 From: Gavin Aguiar Date: Mon, 22 Jul 2024 18:47:46 -0500 Subject: [PATCH] Added build artifacts for python3.12 --- 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 afea05cd9..af5375821 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: