Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
71f5c2a234 Merge 5384bb8e86 into f49126f403 2025-08-11 17:48:46 +00:00
renovate[bot]
5384bb8e86 feat(deps): update dependency python to 3.13 2025-08-10 13:09:11 +00:00

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: |