File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 path : discovery-artifact-manager
5353 - uses : actions/setup-python@v5
5454 with :
55- python-version : " 3.10 "
55+ python-version : " 3.13 "
5656 - id : find-preferred-versions
5757 run : |
5858 versions=$( cat discovery-artifact-manager/discoveries/index.json | jq -r '[.items[] | select(.name == "${{ matrix.service }}") | select(.name == "admin" or .preferred).version] | join(",")' )
9595 path : discovery-artifact-manager
9696 - uses : actions/setup-python@v5
9797 with :
98- python-version : " 3.10 "
98+ python-version : " 3.13 "
9999 - id : find-preferred-versions
100100 run : |
101101 versions=$( cat discovery-artifact-manager/discoveries/index.json | jq -r '[.items[] | select(.name == "${{ matrix.service }}") | select(.name == "admin" or .preferred).version] | join(",")' )
Original file line number Diff line number Diff line change 3838 - name : Set up Python
3939 uses : actions/setup-python@v5
4040 with :
41- python-version : " 3.10 "
41+ python-version : " 3.13 "
4242 - name : Install dependencies
4343 run : |
4444 python -m pip install setuptools
You can’t perform that action at this time.
0 commit comments