Skip to content

Commit 1e66536

Browse files
committed
Update Python to 3.12 in coverage GitHub workflow
1 parent 4852088 commit 1e66536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up Python
120120
uses: actions/setup-python@v5
121121
with:
122-
python-version: "3.11"
122+
python-version: "3.12"
123123

124124
- name: Upgrade pip
125125
run: |

0 commit comments

Comments
 (0)