Update dependency python to 3.13

This commit is contained in:
renovate[bot] 2025-03-12 06:29:16 +00:00 committed by GitHub
parent 1d421e439c
commit 7c1f0792a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Python - name: Setup 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: |