Update dependency python to 3.13

This commit is contained in:
renovate[bot] 2025-03-11 19:19:08 +00:00 committed by GitHub
parent 8be5b722aa
commit 3b6f482d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.13'
- name: Checkout repo
uses: actions/checkout@v4