[PATCH 0/2] python: first step towards Python 3.12 support

Paolo Bonzini posted 2 patches 9 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230705112536.54025-1-pbonzini@redhat.com
Maintainers: John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>, Beraldo Leal <bleal@redhat.com>
There is a newer version of this series
python/qemu/qmp/qmp_tui.py | 3 ++-
python/setup.cfg           | 2 +-
python/tests/minreqs.txt   | 9 ++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
[PATCH 0/2] python: first step towards Python 3.12 support
Posted by Paolo Bonzini 9 months, 3 weeks ago
The Python 3.12 situation is a mess, with both flake8 and pylint giving
false positives that do not happen with Python 3.11.  As a first step
towards understanding these issues, drop support for old linter versions
that do not work with it.  This at least makes it possible to install
easily the same versions of the linters on any version of Python, and
put the blame on the interpreter.

Paolo

Paolo Bonzini (2):
  python: work around mypy false positive
  python: bump minimum requirements so they are compatible with 3.12

 python/qemu/qmp/qmp_tui.py | 3 ++-
 python/setup.cfg           | 2 +-
 python/tests/minreqs.txt   | 9 ++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)

-- 
2.41.0