Skip to content

Commit 3b78d35

Browse files
committed
Add Python 3.14 to publish pipeline CI matrix to match azure-pipelines.yml
1 parent d03e0f7 commit 3b78d35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.Pipelines/pipeline-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ stages:
9494
python.version: '3.12'
9595
Python313:
9696
python.version: '3.13'
97+
Python314:
98+
python.version: '3.14'
9799
steps:
98100
- template: template-run-tests.yml # python.version resolved from matrix
99101

0 commit comments

Comments
 (0)