feat(deps): update dependency python to 3.13

This commit is contained in:
renovate[bot]
2025-08-10 13:09:11 +00:00
committed by GitHub
parent f49126f403
commit 5384bb8e86

View File

@@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
cache: 'pip' # caching pip dependencies
- name: Setup tests (install dependencies, run migrations)
run: |