Skip to content

Commit b09234a

Browse files
committed
Use Python 3.11 to run Coverage
1 parent 020361f commit b09234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

8686
- uses: actions/setup-python@v4
8787
with:
88-
python-version: '3.10'
88+
python-version: '3.11'
8989

9090
- name: Install dependencies
9191
run: python -m pip install --upgrade coverage[toml]

0 commit comments

Comments
 (0)