Skip to content

Commit 7eb66ba

Browse files
authored
fix: update Python version
1 parent 8a9800d commit 7eb66ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
11-
- name: Set up Python 3.10
11+
- name: Set up Python 3.12
1212
uses: actions/setup-python@v6
1313
with:
14-
python-version: '3.10'
14+
python-version: '3.12'
1515
- name: Install pytest
1616
run: pip install pytest-cov
1717
- name: Install poetry

0 commit comments

Comments
 (0)