We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03e0f7 commit 3b78d35Copy full SHA for 3b78d35
1 file changed
.Pipelines/pipeline-publish.yml
@@ -94,6 +94,8 @@ stages:
94
python.version: '3.12'
95
Python313:
96
python.version: '3.13'
97
+ Python314:
98
+ python.version: '3.14'
99
steps:
100
- template: template-run-tests.yml # python.version resolved from matrix
101
0 commit comments