Update dependency python to 3.13

This commit is contained in:
Renovate Bot 2025-05-01 13:16:48 +00:00
parent 5d42ab65e6
commit 3c979d855e
Signed by: Renovate
GPG Key ID: FB81D98F64BAAB09

View File

@ -20,7 +20,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.13'
- name: Install dependencies - name: Install dependencies
run: | run: |