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 691ba30 commit 5f9f7fcCopy full SHA for 5f9f7fc
.github/workflows/api.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v4
13
- uses: actions/setup-python@v5
14
with:
15
- python-version: '3.10'
+ python-version: '3.13'
16
- name: Install requirements
17
run: pip install -r requirements.txt
18
- name: Run tests and collect coverage
0 commit comments