Compare commits

...

1 Commits

Author SHA1 Message Date
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: |