Skip to content

Commit

Permalink
Use Python 3.12 for mypy_primer (#12244)
Browse files Browse the repository at this point in the history
I'd like for us to cover projects that use Python 3.12 only syntax
  • Loading branch information
hauntsaninja authored Jun 30, 2024
1 parent 5522613 commit dcab6e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mypy_primer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
# TODO: As of 2024-03-08, confluent-kafka fails to install with
# Python 3.12.
python-version: "3.11"
python-version: "3.12"
- name: Install dependencies
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
- name: Run mypy_primer
Expand Down

0 comments on commit dcab6e8

Please sign in to comment.