Skip to content

Commit 0cd73ee

Browse files
chore(deps): update dependency python to 3.13.x (#934)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67d4382 commit 0cd73ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

+1-1
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.8.x'
22+
python-version: '3.13.x'
2323

2424
- name: Upgrade pip
2525
run: |

.github/workflows/migration-fixer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: '3.8.x'
20+
python-version: '3.13.x'
2121
cache: 'pip'
2222
cache-dependency-path: '**/requirements.txt'
2323

0 commit comments

Comments
 (0)