Skip to content

Commit cd82a4c

Browse files
authored
Merge pull request #7 from ggeerraarrdd/renovate/python-3.x
Update dependency python to 3.13
2 parents 2574bcb + 14f10c0 commit cd82a4c

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.12'
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)