Skip to content

Commit 315a73e

Browse files
feat(deps): update dependency python to 3.13 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9820520 commit 315a73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161
- uses: actions/setup-python@v5
6262
with:
63-
python-version: 3.12
63+
python-version: 3.13
6464
cache: 'pip' # caching pip dependencies
6565
- name: Setup tests (install dependencies, run migrations)
6666
run: |

0 commit comments

Comments
 (0)