Skip to content

Commit e657bcc

Browse files
chore(deps): update dependency python to 3.13.x (#396)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d30917 commit e657bcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.6.x'
22+
python-version: '3.13.x'
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/update-doc-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Python
4949
uses: actions/setup-python@v5
5050
with:
51-
python-version: '3.10.x'
51+
python-version: '3.13.x'
5252

5353
- name: Upgrade pip
5454
run: |

0 commit comments

Comments
 (0)