Skip to content

Commit 9376d0a

Browse files
gavin-aguiarGavin Aguiar
andauthored
Added build artifacts for python3.12 (#1541)
Co-authored-by: Gavin Aguiar <[email protected]>
1 parent 1c7c102 commit 9376d0a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

eng/templates/official/jobs/build-artifacts.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
Python311V4:
6060
pythonVersion: '3.11'
6161
workerPath: 'python/prodV4/worker.py'
62+
Python312V4:
63+
pythonVersion: '3.12'
64+
workerPath: 'python/prodV4/worker.py'
6265
templateContext:
6366
outputParentDirectory: $(Build.ArtifactStagingDirectory)
6467
outputs:
@@ -94,6 +97,9 @@ jobs:
9497
Python311V4:
9598
pythonVersion: '3.11'
9699
workerPath: 'python/prodV4/worker.py'
100+
Python312V4:
101+
pythonVersion: '3.12'
102+
workerPath: 'python/prodV4/worker.py'
97103
templateContext:
98104
outputParentDirectory: $(Build.ArtifactStagingDirectory)
99105
outputs:
@@ -128,6 +134,9 @@ jobs:
128134
Python311V4:
129135
pythonVersion: '3.11'
130136
workerPath: 'python/prodV4/worker.py'
137+
Python312V4:
138+
pythonVersion: '3.12'
139+
workerPath: 'python/prodV4/worker.py'
131140
templateContext:
132141
outputParentDirectory: $(Build.ArtifactStagingDirectory)
133142
outputs:
@@ -156,6 +165,9 @@ jobs:
156165
Python311V4:
157166
pythonVersion: '3.11'
158167
workerPath: 'python/prodV4/worker.py'
168+
Python312V4:
169+
pythonVersion: '3.12'
170+
workerPath: 'python/prodV4/worker.py'
159171
templateContext:
160172
outputParentDirectory: $(Build.ArtifactStagingDirectory)
161173
outputs:

0 commit comments

Comments
 (0)