[red-knot] mypy_primer: do not specify Python version (#17200)

## Summary

* Pull in latest changes from upstream (which includes an update to a
`pyproject.toml` layout and a `uv.lock` file, which should make CI more
deterministic)
* Do not specify `--python-version 3.13` in Red Knot runs


https://github.com/astral-sh/mypy_primer/compare/add-red-knot-support-v2...astral-sh:mypy_primer:add-red-knot-support-v3

## Test Plan

Tested locally
This commit is contained in:
David Peter 2025-04-04 13:55:40 +02:00 committed by GitHub
parent ffa824e037
commit 5cee346744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: Install mypy_primer
run: |
uv tool install "git+https://github.com/astral-sh/mypy_primer.git@add-red-knot-support-v2"
uv tool install "git+https://github.com/astral-sh/mypy_primer.git@add-red-knot-support-v3"
- name: Run mypy_primer
shell: bash