We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9820520 commit 315a73eCopy full SHA for 315a73e
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
- uses: actions/checkout@v4
61
- uses: actions/setup-python@v5
62
with:
63
- python-version: 3.12
+ python-version: 3.13
64
cache: 'pip' # caching pip dependencies
65
- name: Setup tests (install dependencies, run migrations)
66
run: |
0 commit comments