Skip to content

Commit ebb1b1f

Browse files
Update dependency python to 3.13
1 parent df247e2 commit ebb1b1f

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
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.10'
13+
python-version: '3.13'
1414
- name: Install requirements
1515
run: pip install -r requirements.txt
1616
- name: Run tests and collect coverage

0 commit comments

Comments
 (0)