Skip to content

Commit be3c6a0

Browse files
committed
Use Python 3.12 to combine coverage
1 parent 34c39cb commit be3c6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- uses: actions/setup-python@v5
5959
with:
60-
python-version: '3.11'
60+
python-version: '3.12'
6161

6262
- name: Install dependencies
6363
run: python -m pip install --upgrade coverage[toml]

0 commit comments

Comments
 (0)