Re: [PATCH 07/12] python: allow mypy to run as the current python version
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 24/8/26 07:28, John Snow wrote: > Currently, we instruct mypy to run assuming a specific version of > python. Lift this restriction so that under tox tests, it will always > run assuming the current running version. > > Signed-off-by: John Snow <[email protected]> > --- > python/setup.cfg | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé <[email protected]>