Skip to content

Commit b7ca51c

Browse files
committed
Use Python 3.11 to run Coverage
1 parent 32eca9f commit b7ca51c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- uses: actions/setup-python@v4
5858
with:
59-
python-version: '3.10'
59+
python-version: '3.11'
6060

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

0 commit comments

Comments
 (0)