Skip to content

Commit 1df274a

Browse files
committed
pin python verion to 3.13
1 parent 95e936a commit 1df274a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/cleanup-ecs-pr-proxies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
displayName: cache utils pre-requisites
6262

6363
- bash: |
64-
pyversion=${{ parameters.python_version }}
64+
pyversion="3.13"
6565
PATCH=$(curl -fsSL https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json \
6666
| jq -r --arg pyversion "$pyversion" '[ .[] | select(.stable == true) | .version
6767
| select(test("^" + ($pyversion|gsub("\\.";"\\.")) + "\\.\\d+$")) | split(".") | map(tonumber)] | max | join(".")')

0 commit comments

Comments
 (0)