diff --git a/.github/workflows/mypy_primer.yml b/.github/workflows/mypy_primer.yml index 660d13cf6ac7..fc0ffbfed20e 100644 --- a/.github/workflows/mypy_primer.yml +++ b/.github/workflows/mypy_primer.yml @@ -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