Use Python 3.12 for mypy_primer (#12244)

I'd like for us to cover projects that use Python 3.12 only syntax
This commit is contained in:
Shantanu
2024-06-30 16:43:28 -07:00
committed by GitHub
parent 5522613b99
commit dcab6e8888

View File

@@ -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