Compare commits

...

2 Commits

Author SHA1 Message Date
renovate[bot]
4e04e947fc Merge c7f2eacb34 into 9820520cab 2025-08-11 20:43:29 +00:00
renovate[bot]
c7f2eacb34 feat(deps): update dependency python to 3.13 2025-08-11 20:43:25 +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: |