Skip to content

Commit 0bc2958

Browse files
committed
Update pipeline-unit-tests.yml
1 parent c002532 commit 0bc2958

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.Pipelines/pipeline-unit-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,8 @@ stages:
2727
python.version: '3.12'
2828
Python313:
2929
python.version: '3.13'
30-
# Python314 disabled: not yet in the ubuntu-22.04 hosted toolcache.
31-
# UsePythonVersion@0 would have to download it from actions/python-versions
32-
# (anonymous → rate-limited, needs a GitHub token), and uv-installed
33-
# 3.14 is PEP 668 externally-managed so `pip install` fails. Re-enable
34-
# this row once the hosted agent ships 3.14 preinstalled.
35-
# Python314:
36-
# python.version: '3.14'
30+
Python314:
31+
python.version: '3.14'
3732
steps:
3833
- task: UsePythonVersion@0
3934
inputs:

0 commit comments

Comments
 (0)