Skip to content

Commit dcab6e8

Browse files
authored
Use Python 3.12 for mypy_primer (#12244)
I'd like for us to cover projects that use Python 3.12 only syntax
1 parent 5522613 commit dcab6e8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mypy_primer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
fetch-depth: 0
3232
- uses: actions/setup-python@v5
3333
with:
34-
# TODO: As of 2024-03-08, confluent-kafka fails to install with
35-
# Python 3.12.
36-
python-version: "3.11"
34+
python-version: "3.12"
3735
- name: Install dependencies
3836
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
3937
- name: Run mypy_primer

0 commit comments

Comments
 (0)