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.
2 parents 2574bcb + 14f10c0 commit cd82a4cCopy full SHA for cd82a4c
.github/workflows/api.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-python@v5
12
with:
13
- python-version: '3.12'
+ python-version: '3.13'
14
- name: Install requirements
15
run: pip install -r requirements.txt
16
- name: Run tests and collect coverage
0 commit comments