Skip to content

Commit 266ccc0

Browse files
authored
chore(deps): update dependency python to 3.13 (#6346)
1 parent da41666 commit 266ccc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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(",")' )
@@ -95,7 +95,7 @@ jobs:
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(",")' )

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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

0 commit comments

Comments
 (0)