Skip to content

Commit 5f9f7fc

Browse files
Update dependency python to 3.13
1 parent 691ba30 commit 5f9f7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-python@v5
1414
with:
15-
python-version: '3.10'
15+
python-version: '3.13'
1616
- name: Install requirements
1717
run: pip install -r requirements.txt
1818
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)