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 2574bcb commit 14f10c0Copy full SHA for 14f10c0
.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