We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c002532 commit 0bc2958Copy full SHA for 0bc2958
1 file changed
.Pipelines/pipeline-unit-tests.yml
@@ -27,13 +27,8 @@ stages:
27
python.version: '3.12'
28
Python313:
29
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'
+ Python314:
+ python.version: '3.14'
37
steps:
38
- task: UsePythonVersion@0
39
inputs:
0 commit comments