From: John Snow <jsnow@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Marc-André Lureau" <marcandre.lureau@redhat.com>,
"John Snow" <jsnow@redhat.com>,
"Kohei Tokunaga" <ktokunaga.mail@gmail.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Michael Roth" <michael.roth@amd.com>,
"Markus Armbruster" <armbru@redhat.com>,
"Alex Bennée" <alex.bennee@linaro.org>,
"Mauro Carvalho Chehab" <mchehab+huawei@kernel.org>,
"Cleber Rosa" <crosa@redhat.com>,
"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
"Philippe Mathieu-Daudé" <philmd@mailo.com>
Subject: [PATCH 07/12] python: allow mypy to run as the current python version
Date: Mon, 24 Aug 2026 01:28:53 -0400 [thread overview]
Message-ID: <20260824052859.880475-8-jsnow@redhat.com> (raw)
In-Reply-To: <20260824052859.880475-1-jsnow@redhat.com>
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 <jsnow@redhat.com>
---
python/setup.cfg | 1 -
1 file changed, 1 deletion(-)
diff --git a/python/setup.cfg b/python/setup.cfg
index a22abba6c36..f866f659574 100644
--- a/python/setup.cfg
+++ b/python/setup.cfg
@@ -64,7 +64,6 @@ exclude = __pycache__,
[mypy]
strict = True
-python_version = 3.12
namespace_packages = True
warn_unused_ignores = False
--
2.55.0
next prev parent reply other threads:[~2026-08-24 5:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-24 5:28 [PATCH 00/12] python: require python3.12+ John Snow
2026-08-24 5:28 ` [PATCH 01/12] tests: re-add opencv2 and numpy dependencies John Snow
2026-08-24 7:16 ` Philippe Mathieu-Daudé
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` [PATCH 02/12] tests: add Python3.12 to centos9.docker John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 8:17 ` Paolo Bonzini
2026-08-24 13:09 ` John Snow
2026-08-24 13:14 ` Daniel P. Berrangé
2026-08-24 5:28 ` [PATCH 03/12] tests: update emsdk-wasm64-cross John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-25 4:16 ` Kohei Tokunaga
2026-08-24 5:28 ` [PATCH 04/12] qapi: update type hint for types_seen John Snow
2026-08-24 7:17 ` Philippe Mathieu-Daudé
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 8:05 ` Markus Armbruster
2026-08-24 5:28 ` [PATCH 05/12] python: upgrade to Python3.12+ John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 8:21 ` Paolo Bonzini
2026-08-24 5:28 ` [PATCH 06/12] python: fix license configuration John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` John Snow [this message]
2026-08-24 7:15 ` [PATCH 07/12] python: allow mypy to run as the current python version Philippe Mathieu-Daudé
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` [PATCH 08/12] python: remove distutils workarounds John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` [PATCH 09/12] python: remove stale setup.cfg options John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` [PATCH 10/12] sphinx: require sphinx 7.2.6 John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 13:16 ` Daniel P. Berrangé
2026-08-24 13:21 ` John Snow
2026-08-24 5:28 ` [PATCH 11/12] sphinx: drop fakedbusdoc John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 5:28 ` [PATCH 12/12] sphinx: drop qapidoc back-compat overboiled spaghetti dinner John Snow
2026-08-24 7:38 ` marcandre.lureau
2026-08-24 9:39 ` Markus Armbruster
2026-08-24 14:34 ` John Snow
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260824052859.880475-8-jsnow@redhat.com \
--to=jsnow@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=armbru@redhat.com \
--cc=crosa@redhat.com \
--cc=ktokunaga.mail@gmail.com \
--cc=marcandre.lureau@redhat.com \
--cc=mchehab+huawei@kernel.org \
--cc=michael.roth@amd.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=philmd@mailo.com \
--cc=pierrick.bouvier@oss.qualcomm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.