Update dependency python to 3.13 (#13701)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-13 19:36:41 -06:00 committed by GitHub
parent 14e3b2214a
commit 7d6bf5cb0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
- name: install python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
- name: install python packages
run: pip install -r rename/requirements.txt

View file

@ -16,7 +16,7 @@ jobs:
- name: install python
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
with:
python-version: '3.12'
python-version: '3.13'
cache: 'pip'
- name: install python packages
run: pip install -r main-repo-triage/requirements.txt