mypy_primer: Run on Python 3.11 (#9336)

`mypy_primer` now runs on Python 3.11 in CI, meaning we get `mypy_primer` coverage for PRs fiddling with `ExceptionGroup`s or other new features added in Python 3.11
This commit is contained in:
Alex Waygood
2023-04-11 11:51:09 +01:00
committed by GitHub
parent 266f9a81b1
commit 557fb3326a

View File

@@ -31,7 +31,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
- name: Install dependencies
run: pip install git+https://github.com/hauntsaninja/mypy_primer.git
- name: Run mypy_primer