Skip to content

Commit c346c54

Browse files
authored
Use Python 3.12 for mypy_primer (#17456)
I'd like for us to cover projects that use Python 3.12 only syntax, like homeassistant
1 parent 02d3667 commit c346c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
fetch-depth: 0
4040
- uses: actions/setup-python@v5
4141
with:
42-
python-version: "3.10"
42+
python-version: "3.12"
4343
- name: Install dependencies
4444
run: |
4545
python -m pip install -U pip

0 commit comments

Comments
 (0)